]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-126106: Fix `NULL` possible derefrence in `Modules/_ssl.c` (GH-126111)...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 29 Oct 2024 09:26:28 +0000 (10:26 +0100)
committerGitHub <noreply@github.com>
Tue, 29 Oct 2024 09:26:28 +0000 (09:26 +0000)
commitbc9ae4a1caf053a264c6f6623755a5f39da76dc7
treedb52a6b11c1c54008b848b74186b71cbc353f83b
parenta8472fdbcd6098bbf4ae0cabc4b555b92e605181
[3.12] gh-126106: Fix `NULL` possible derefrence in `Modules/_ssl.c` (GH-126111) (#126117)

gh-126106: Fix `NULL` possible derefrence in `Modules/_ssl.c` (GH-126111)
(cherry picked from commit a64a1c920660b0c1e4dd5a9573004cd527e15184)

Co-authored-by: sobolevn <mail@sobolevn.me>
Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
Misc/NEWS.d/next/Library/2024-10-29-10-58-52.gh-issue-126106.rlF798.rst [new file with mode: 0644]
Modules/_ssl.c