Skip to content

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

Merged
vstinner merged 1 commit intopython:3.12from
ZeroIntensity:backport-c2ba931-3.12
Oct 2, 2024
Merged

[3.12] gh-120378: Fix crash caused by integer overflow in curses (GH-124555)#124911
vstinner merged 1 commit intopython:3.12from
ZeroIntensity:backport-c2ba931-3.12

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 10796600+picnixz@users.noreply.github.com

…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 <zintensitydev@gmail.com>
Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
@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
@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