Skip to content

[3.12] gh-120378: Fix crash caused by integer overflow in curses (GH-124555) #124911

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

Merged
merged 1 commit into from
Oct 2, 2024

Conversation

ZeroIntensity
Copy link
Member

This is actually an upstream problem in curses, and has been reported
to them already:
https://lists.gnu.org/archive/html/bug-ncurses/2024-09/msg00101.html

This is a nice workaround in the meantime to prevent the segfault.

(cherry picked from commit c2ba931)

Co-authored-by: Bénédikt Tran [email protected]

…es` (pythonGH-124555)

This is actually an upstream problem in curses, and has been reported
to them already:
https://lists.gnu.org/archive/html/bug-ncurses/2024-09/msg00101.html

This is a nice workaround in the meantime to prevent the segfault.

(cherry picked from commit c2ba931)

Co-authored-by: Peter Bierma <[email protected]>
Co-authored-by: Bénédikt Tran <[email protected]>
@ZeroIntensity ZeroIntensity requested a review from vstinner October 2, 2024 21:24
@vstinner vstinner enabled auto-merge (squash) October 2, 2024 21:37
@vstinner vstinner merged commit 8dce491 into python:3.12 Oct 2, 2024
29 checks passed
@ZeroIntensity ZeroIntensity deleted the backport-c2ba931-3.12 branch October 2, 2024 21:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants