]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] 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:31:10 +0000 (13:31 -0700)
committerGitHub <noreply@github.com>
Mon, 17 Jul 2023 20:31:10 +0000 (20:31 +0000)
commita782d51913222e340b75b2dd50e646be80dd035b
tree52369ce9fe38374a78d61d2aab24f9c34749384f
parent263d8aa017bd6d858aa9488154bc160fa7249a9e
[3.11] gh-106831: Fix NULL check of d2i_SSL_SESSION() result in _ssl.c (GH-106832) (#106836)

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