]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] 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:29:10 +0000 (10:29 +0100)
committerGitHub <noreply@github.com>
Tue, 29 Oct 2024 09:29:10 +0000 (09:29 +0000)
commite2c188455f1ec2f4745722d94f5ada2e45173be4
treef08af8694d1bf1b18e5989bb948650ae27ffe129
parente7c63107d1b40983df77cec8770403444361f1ee
[3.13] gh-126106: Fix `NULL` possible derefrence in `Modules/_ssl.c` (GH-126111) (#126116)

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