]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
- Issues #2588, #2589: Fix potential integer underflow and overflow
authorMatthias Klose <doko@ubuntu.com>
Wed, 12 Nov 2008 07:08:51 +0000 (07:08 +0000)
committerMatthias Klose <doko@ubuntu.com>
Wed, 12 Nov 2008 07:08:51 +0000 (07:08 +0000)
commit8af5d5791bd08c3ac206c1ea1326150718858ca9
treebf4b3116a466b1b6be28af710fd9729c6faa0399
parent01feb5ad8d55c4cdc540e02ebebcaffa5f1a4d6c
- Issues #2588, #2589: Fix potential integer underflow and overflow
  conditions in the PyOS_vsnprintf C API function. CVE-2008-3144.
Misc/NEWS
Python/mysnprintf.c