]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-111178: fix UBSan failures in `Modules/pyexpat.c` (GH-129789)
authorBénédikt Tran <10796600+picnixz@users.noreply.github.com>
Mon, 24 Feb 2025 10:56:32 +0000 (11:56 +0100)
committerGitHub <noreply@github.com>
Mon, 24 Feb 2025 10:56:32 +0000 (11:56 +0100)
commitc070abadb2e2ddb9a032ee5ded67098e9a64ea3d
treed608a793de0890e613bd5bb7f429e91983113a1a
parentef29104f7d7ad7864f5f153cd7391af73d7cef63
gh-111178: fix UBSan failures in `Modules/pyexpat.c` (GH-129789)

Fix UBSan failures for `xmlparseobject`, XML handler setters
Suppress unused return values

Rewrite `RC_HANDLER` with better semantics
Modules/pyexpat.c