Skip to content
Unverified Commit 5d3553b0 authored by Zackery Spytz's avatar Zackery Spytz Committed by GitHub
Browse files

bpo-42814: Fix undefined behavior in Objects/genericaliasobject.c (GH-24073)

In is_typing_name(), va_end() is not always called before the
function returns.  It is undefined behavior to call va_start()
without also calling va_end().
parent 9e8fe198
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment