]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-111178: fix UBSan failures in `Modules/curses*.c` (GH-128244)
authorBénédikt Tran <10796600+picnixz@users.noreply.github.com>
Fri, 3 Jan 2025 14:12:40 +0000 (15:12 +0100)
committerGitHub <noreply@github.com>
Fri, 3 Jan 2025 14:12:40 +0000 (15:12 +0100)
commit621d4ff35ec099c1626f77955318c0bc1febc33d
tree2b52721c9d16af10e28b467fc146b6626dd9d86e
parent8522f8bacb4e2db4b901472c254efad6057e9fd1
gh-111178: fix UBSan failures in `Modules/curses*.c` (GH-128244)

* fix UBSan failures in `_cursesmodule.c`
* fix UBSan failures in `_curses_panel.c`
* suppress an unused return value
Modules/_curses_panel.c
Modules/_cursesmodule.c