Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gh-111178: fix UBSan failures in Modules/curses*.c #128244

Merged
merged 3 commits into from
Jan 3, 2025

Conversation

picnixz
Copy link
Member

@picnixz picnixz commented Dec 25, 2024

  • fix UBSan failures in _cursesmodule.c
  • fix UBSan failures in _curses_panel.c
  • suppress unused return values

@encukou encukou merged commit 621d4ff into python:main Jan 3, 2025
43 checks passed
@picnixz picnixz deleted the fix/ubsan/curses-111178 branch January 3, 2025 14:17
WolframAlph pushed a commit to WolframAlph/cpython that referenced this pull request Jan 4, 2025
…128244)

* fix UBSan failures in `_cursesmodule.c`
* fix UBSan failures in `_curses_panel.c`
* suppress an unused return value
srinivasreddy pushed a commit to srinivasreddy/cpython that referenced this pull request Jan 8, 2025
…128244)

* fix UBSan failures in `_cursesmodule.c`
* fix UBSan failures in `_curses_panel.c`
* suppress an unused return value
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants