]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-111178: fix UBSan failures in `Modules/_interp*module.c` (GH-129779)
authorBénédikt Tran <10796600+picnixz@users.noreply.github.com>
Mon, 17 Feb 2025 10:34:14 +0000 (11:34 +0100)
committerGitHub <noreply@github.com>
Mon, 17 Feb 2025 10:34:14 +0000 (11:34 +0100)
commit6669905723238d45cde6c8a9b40579bfe73c76c1
treec5d2a432549b33074199fa4ac6be0550ef60bcc8
parent7ea8927ec72e9c4c50dfc922704035a5edb51661
gh-111178: fix UBSan failures in `Modules/_interp*module.c` (GH-129779)

Fix UBSan failures for `XIBufferViewObject`

Remove redundant casts, suppress unused return values
Modules/_interpchannelsmodule.c
Modules/_interpqueuesmodule.c
Modules/_interpretersmodule.c