]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-36436: Fix _testcapi.pymem_buffer_overflow() (GH-12560)
authorVictor Stinner <vstinner@redhat.com>
Tue, 26 Mar 2019 13:35:30 +0000 (14:35 +0100)
committerGitHub <noreply@github.com>
Tue, 26 Mar 2019 13:35:30 +0000 (14:35 +0100)
commit414b1cde93764cdabb0798b02af4dd7df954424d
tree9ac9b6d3a13833383a14e3fda1d99d4307e3c35e
parent871309c775fd4d72048bfaa31affd54f9934f7dd
bpo-36436: Fix _testcapi.pymem_buffer_overflow() (GH-12560)

Handle memory allocation failure.
Misc/NEWS.d/next/Tests/2019-03-26-13-49-21.bpo-36436.yAtN0V.rst [new file with mode: 0644]
Modules/_testcapimodule.c