]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] gh-144833: Fix use-after-free in SSL module when SSL_new() fails (GH-144843...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 26 Feb 2026 21:48:29 +0000 (22:48 +0100)
committerGitHub <noreply@github.com>
Thu, 26 Feb 2026 21:48:29 +0000 (21:48 +0000)
commit15c1d6a549f5eac56d819d9c324b85a36417970c
tree77a2c77f8bbdc9de1b244ff197d558f2b1585b87
parentee902ce9e44b1f710a08369f4bf584d4d312ecd1
[3.11] gh-144833: Fix use-after-free in SSL module when SSL_new() fails (GH-144843) (#144861)

Co-authored-by: Ramin Farajpour Cami <ramin.blackhat@gmail.com>
Misc/NEWS.d/next/Library/2026-02-15-00-00-00.gh-issue-144833.TUelo1.rst [new file with mode: 0644]
Modules/_ssl.c