commit | fbf94af2af3c09493481b8559b84f6e9f0628c37 | [log] [tgz] |
---|---|---|
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Sun Jun 21 12:11:41 2020 -0700 |
committer | GitHub <noreply@github.com> | Sun Jun 21 12:11:41 2020 -0700 |
tree | f417de4c6bd9efda321864e5c578e6c522fd91e5 | |
parent | 814b07bf814a804f60b897d18f1dbb5578b2c7fd [diff] |
bpo-41056: Fix a NULL pointer dereference on MemoryError within the ssl module. (GH-21009) Detected by Coverity. (cherry picked from commit eb0d5c38de7f970d8cd8524f4163d831c7720f51) Co-authored-by: Gregory P. Smith <greg@krypto.org>