]> granicus.if.org Git - php/commitdiff
report printf fix
authorStanislav Malyshev <stas@php.net>
Mon, 17 Mar 2008 23:09:06 +0000 (23:09 +0000)
committerStanislav Malyshev <stas@php.net>
Mon, 17 Mar 2008 23:09:06 +0000 (23:09 +0000)
NEWS

diff --git a/NEWS b/NEWS
index f246050d223c986dd346ec4d4ee0bc1160235674..a4668bab47ed171c53cc7deae9707507304695b4 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,7 @@ PHP                                                                        NEWS
 ?? Mar 2008 , PHP 5.2.6
 - Properly address incomplete multibyte chars inside escapeshellcmd() (Ilia,
   Stefan Esser)
+- Fix integer overflow in printf(). (Stas, Maksymilian Aciemowicz)
 - Fixed bug #44440 (st_blocks undefined under BeOS). (Felipe)
 - Fixed bug #44394 (Last two bytes missing from output). (Felipe)
 - Fixed bug #44388 (Crash inside exif_read_data() on invalid images) (Ilia)