◐ Shell
clean mode source ↗

gh-111178: fix UBSan failures in `Modules/curses*.c` by picnixz · Pull Request #128244 · python/cpython

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Conversation

@picnixz

@picnixz picnixz commented

Dec 25, 2024

edited by bedevere-app Bot

Loading

Copy link Copy Markdown

Member

  • 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

@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

Reviewers

No reviews

Assignees

No one assigned

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

2 participants

@picnixz @encukou