]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
closes bpo-41533: Fix a potential memory leak when allocating a stack (GH-21847)
authorTony Solomonik <tony.solomonik@gmail.com>
Sun, 30 Aug 2020 04:53:08 +0000 (07:53 +0300)
committerGitHub <noreply@github.com>
Sun, 30 Aug 2020 04:53:08 +0000 (23:53 -0500)
commit75c80b0bda89debf312f075716b8c467d411f90e
tree3b013c3da2528cb7a3760a40746685f898d367ea
parentc68c5af2dc5ada8875a662f2beaac6234eae2a5a
closes bpo-41533: Fix a potential memory leak when allocating a stack (GH-21847)

Free the stack allocated in va_build_stack if do_mkstack fails
and the stack is not a small_stack
Misc/NEWS.d/next/Core and Builtins/2020-08-12-20-29-57.bpo-41533.4pcVAc.rst [new file with mode: 0644]
Python/modsupport.c