We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
modsupport.c
va_end
_abiinfo_raise
va_start(vargs, format) at line 689 but va_end(vargs) never called on any path. UB per C99 7.15.1.
va_start(vargs, format)
va_end(vargs)
This is a sub-issue of #146102 with original gist details
CPython main branch
Windows
Bug report
Bug description:
Bug Report
modsupport.c: Missing va_end in _abiinfo_raise
va_start(vargs, format)at line 689 butva_end(vargs)never called on any path. UB per C99 7.15.1.This is a sub-issue of #146102 with original gist details
CPython versions tested on:
CPython main branch
Operating systems tested on:
Windows
Linked PRs
modsupport.cMissingva_endin_abiinfo_raise#146387