]> granicus.if.org Git - python/commit
- Issue #2588, #2589: Fix potential integer underflow and overflow
authorGregory P. Smith <greg@mad-scientist.com>
Mon, 2 Jun 2008 00:07:25 +0000 (00:07 +0000)
committerGregory P. Smith <greg@mad-scientist.com>
Mon, 2 Jun 2008 00:07:25 +0000 (00:07 +0000)
commit9aa040d4ab01f34ee1d1e1f95e5678fcb404e430
tree9172e451a2df8dab4950167350ec8a486e83c644
parent26660401c0c7b0816392bb32bdb69eb75a3b17df
- Issue #2588, #2589: Fix potential integer underflow and overflow
  conditions in the PyOS_vsnprintf C API function.

This is a backport of r63728 and r63734 from trunk.
Misc/NEWS
Python/mysnprintf.c