]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-111178: fix UBSan failures in `Modules/_ssl/cert.c` (GH-129088)
authorBénédikt Tran <10796600+picnixz@users.noreply.github.com>
Thu, 30 Jan 2025 10:11:37 +0000 (11:11 +0100)
committerGitHub <noreply@github.com>
Thu, 30 Jan 2025 10:11:37 +0000 (11:11 +0100)
commit9bc8c5fc0c8557b831bf47e6fe6ff85678cc8c0c
tree693333c5d61f12494916402d1ca2bfbe72aaa37a
parent71aecc284efdf997939568a4167dbffe1a65b9bf
gh-111178: fix UBSan failures in `Modules/_ssl/cert.c` (GH-129088)

fix UBSan failures for `PySSLCertificate`
Modules/_ssl/cert.c