]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-41056: Fix a possible MemoryError leak within zoneinfo. (GH-21007)
authorGregory P. Smith <greg@krypto.org>
Mon, 22 Jun 2020 07:39:28 +0000 (00:39 -0700)
committerGitHub <noreply@github.com>
Mon, 22 Jun 2020 07:39:28 +0000 (00:39 -0700)
commitd780fa7931d8ce94994827232d7cca79b0be3bf1
tree1953bde8cd8d55482b4a48fc9ea8c7f17e94cf6d
parent81328f30703bd7225e7e73aedb0994a7293ce190
bpo-41056: Fix a possible MemoryError leak within zoneinfo. (GH-21007)

This was detected by our Coverity scan as a REVERSE_INULL issue.

Automerge-Triggered-By: @gpshead
Misc/NEWS.d/next/Library/2020-06-20-18-33-03.bpo-41056.gTH4Bq.rst [new file with mode: 0644]
Modules/_zoneinfo.c