]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-111178: fix UBSan failures in `Modules/_ssl.c` (GH-130719)
authorBénédikt Tran <10796600+picnixz@users.noreply.github.com>
Mon, 17 Mar 2025 15:25:28 +0000 (16:25 +0100)
committerGitHub <noreply@github.com>
Mon, 17 Mar 2025 15:25:28 +0000 (16:25 +0100)
commite708ac8dd4c6c6ceece70511ddaad7b34422e4e0
tree0ec00a8a4ef362fbc515b277b7112fb202c9f0b0
parenta45f25361d582ce742fef7f23e7feadd19b67460
gh-111178: fix UBSan failures in `Modules/_ssl.c` (GH-130719)

* fix UBSan failures for `PySSLContext`, `PySSLSocket`, `PySSLMemoryBIO`, `PySSLSession`
Modules/_ssl.c
Modules/_ssl/cert.c
Modules/_ssl/debughelpers.c