]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-41056: Fix a NULL pointer dereference on MemoryError within the ssl module. ...
authorGregory P. Smith <greg@krypto.org>
Sat, 20 Jun 2020 19:15:03 +0000 (12:15 -0700)
committerGitHub <noreply@github.com>
Sat, 20 Jun 2020 19:15:03 +0000 (12:15 -0700)
commiteb0d5c38de7f970d8cd8524f4163d831c7720f51
tree2b290599e017315fe26831c544201067bc618117
parent314858e2763e76e77029ea0b691d749c32939087
bpo-41056: Fix a NULL pointer dereference on MemoryError within the ssl module. (GH-21009)

Detected by Coverity.
Misc/NEWS.d/next/Library/2020-06-20-18-35-43.bpo-41056.Garcle.rst [new file with mode: 0644]
Modules/_ssl/debughelpers.c