]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-111178: fix UBSan failures in `Modules/_multiprocessing/semaphore.c` (GH...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 20 Jan 2025 21:05:52 +0000 (22:05 +0100)
committerGitHub <noreply@github.com>
Mon, 20 Jan 2025 21:05:52 +0000 (21:05 +0000)
commitc5e1131cfba5c6f083b149ea58a550db0f9e3a7a
tree1022228539365d6fae23e6909c7b4157886197f5
parent207708246327c8b179529020007cedd94b19cd86
[3.13] gh-111178: fix UBSan failures in `Modules/_multiprocessing/semaphore.c` (GH-129084) (#129100)

gh-111178: fix UBSan failures in `Modules/_multiprocessing/semaphore.c` (GH-129084)

fix UBSan failures for `SemLockObject`
(cherry picked from commit 5ed5572cac7ef204767ddf8e8888e15672ba558e)

Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
Modules/_multiprocessing/semaphore.c