]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #17828: va_start() must be accompanied by va_end()
authorChristian Heimes <christian@cheimes.de>
Thu, 14 Nov 2013 00:39:35 +0000 (01:39 +0100)
committerChristian Heimes <christian@cheimes.de>
Thu, 14 Nov 2013 00:39:35 +0000 (01:39 +0100)
commit507eabdf11d34cd95cbe44ba876af0a414d7f597
tree067a5b98be408e8e11b235b8074b633a4b0c9c31
parent2bcae708d8775f40a0c9b18eb28cb60b54f6cdc3
Issue #17828: va_start() must be accompanied by va_end()
CID 1128793: Missing varargs init or cleanup (VARARGS)
Objects/exceptions.c