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().
Z
Zackery Spytz committed
5d3553b0a8959e7505bbec4de03077dbf135ee4b
Parent: 9e8fe19
Committed by GitHub <noreply@github.com>
on 1/3/2021, 12:18:25 PM