[New-bugs-announce] [issue41533] Bugfix: va_build_stack leaks the stack if do_mkstack fails

Tony report at bugs.python.org
Wed Aug 12 13:27:41 EDT 2020


New submission from Tony <tony.solomonik at gmail.com>:

When calling a function a stack is allocated via va_build_stack.

There is a leak that happens if do_mkstack fails in it.

----------
messages: 375267
nosy: tontinton
priority: normal
severity: normal
status: open
title: Bugfix: va_build_stack leaks the stack if do_mkstack fails

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue41533>
_______________________________________


More information about the New-bugs-announce mailing list