]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-36179: Fix ref leaks in _hashopenssl (GH-12158)
authorChristian Heimes <christian@python.org>
Mon, 4 Mar 2019 15:45:41 +0000 (16:45 +0100)
committerMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 4 Mar 2019 15:45:41 +0000 (07:45 -0800)
commitb7bc283ab6a23ee98784400ebffe7fe410232a2e
tree8e6e015b9376688705b2a8bae03564315c98e667
parent800d5cd75025876d79ab05980925a05d8e36b63d
bpo-36179: Fix ref leaks in _hashopenssl (GH-12158)

Fix two unlikely reference leaks in _hashopenssl. The leaks only occur in
out-of-memory cases. Thanks to Charalampos Stratakis.

Signed-off-by: Christian Heimes <christian@python.org>
https://bugs.python.org/issue36179
Misc/NEWS.d/next/Library/2019-03-04-10-42-46.bpo-36179.jEyuI-.rst [new file with mode: 0644]
Modules/_hashopenssl.c