]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
PyTuple_Pack() was missing va_end() in its error branch which lead to a resource...
authorChristian Heimes <christian@cheimes.de>
Mon, 10 Sep 2012 00:55:13 +0000 (02:55 +0200)
committerChristian Heimes <christian@cheimes.de>
Mon, 10 Sep 2012 00:55:13 +0000 (02:55 +0200)
commitc4fe3fed6eddb3cefa917a8dcf86fff0b04df6ee
treef880aefaa830e9091655b43744ed49e7cce05ca5
parent110ac16b9f1be086ba98aa6f1ef8d7105493d92e
parentd5a88044a3fe666c63db99a2b58561f726728664
PyTuple_Pack() was missing va_end() in its error branch which lead to a resource leak.
Objects/tupleobject.c