]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-106831: Fix NULL check of d2i_SSL_SESSION() result in _ssl.c (#106832)
authorNikita Sobolev <mail@sobolevn.me>
Mon, 17 Jul 2023 19:55:40 +0000 (22:55 +0300)
committerGitHub <noreply@github.com>
Mon, 17 Jul 2023 19:55:40 +0000 (19:55 +0000)
commitebf2c56b33553a448da8f60fcd89a622f071b5f4
treeed3425906518e113af1d87cd86c53d6a12669a29
parent8e9a1a032233f06ce0f1acdf5f983d614c8745a5
gh-106831: Fix NULL check of d2i_SSL_SESSION() result in _ssl.c (#106832)
Misc/NEWS.d/next/Library/2023-07-17-21-45-15.gh-issue-106831.RqVq9X.rst [new file with mode: 0644]
Modules/_ssl.c