]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-36436: Fix _testcapi.pymem_buffer_overflow() (GH-12560)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 26 Mar 2019 15:39:03 +0000 (08:39 -0700)
committerGitHub <noreply@github.com>
Tue, 26 Mar 2019 15:39:03 +0000 (08:39 -0700)
commit20fde53a25aefd076d8478f67d6db3908459c6f3
tree8cb387840a72f9e2e0131aad028e6997ad7bd010
parent03440850e7266aa7fd531c7f281a3fdcf17f90a4
bpo-36436: Fix _testcapi.pymem_buffer_overflow() (GH-12560)

Handle memory allocation failure.
(cherry picked from commit 414b1cde93764cdabb0798b02af4dd7df954424d)

Co-authored-by: Victor Stinner <vstinner@redhat.com>
Misc/NEWS.d/next/Tests/2019-03-26-13-49-21.bpo-36436.yAtN0V.rst [new file with mode: 0644]
Modules/_testcapimodule.c