]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-106831: Fix NULL check of d2i_SSL_SESSION() result in _ssl.c (GH-106832...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 17 Jul 2023 20:40:15 +0000 (13:40 -0700)
committerGitHub <noreply@github.com>
Mon, 17 Jul 2023 20:40:15 +0000 (20:40 +0000)
commit2eef81e05ece14796e8e922ecac8e572a6e6d5b0
treeaf2a8c5bd3306829c695f57fd49372c2a6315c31
parent497bfd5047d2088718d0b2d8f14fc8022abec502
[3.12] gh-106831: Fix NULL check of d2i_SSL_SESSION() result in _ssl.c (GH-106832) (#106835)

gh-106831: Fix NULL check of d2i_SSL_SESSION() result in _ssl.c (GH-106832)
(cherry picked from commit ebf2c56b33553a448da8f60fcd89a622f071b5f4)

Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
Misc/NEWS.d/next/Library/2023-07-17-21-45-15.gh-issue-106831.RqVq9X.rst [new file with mode: 0644]
Modules/_ssl.c