]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.8] closes bpo-41533: Fix a potential memory leak when allocating a stack (GH-21847...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 4 Sep 2020 22:26:05 +0000 (15:26 -0700)
committerGitHub <noreply@github.com>
Fri, 4 Sep 2020 22:26:05 +0000 (15:26 -0700)
commit66e9c2aee4af846ab1b77faa8a46fe3a9373d943
tree112e1473d54c26b8e14e2e8a9676cef6197657c2
parente52f5bc898c9a11fb1d57a42a1f9ec60b424d576
[3.8] closes bpo-41533: Fix a potential memory leak when allocating a stack (GH-21847) (GH-22015)

Free the stack allocated in va_build_stack if do_mkstack fails
and the stack is not a small_stack
(cherry picked from commit 75c80b0bda89debf312f075716b8c467d411f90e)

Co-authored-by: Tony Solomonik <tony.solomonik@gmail.com>
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