]> granicus.if.org Git - php/commitdiff
Add NEWS entries for filter overflow fix
authorRaphael Geissert <geissert@php.net>
Sat, 6 Mar 2010 20:02:25 +0000 (20:02 +0000)
committerRaphael Geissert <geissert@php.net>
Sat, 6 Mar 2010 20:02:25 +0000 (20:02 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 1fb6e50748a7b7798386e1dc8fdf6225c88480ff..a61e55218e8f72a98ebe8daacd535246fae0876d 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -16,6 +16,8 @@ PHP                                                                        NEWS
   parsing date strings). (Derick)
 - Fixed bug #51086 (DBA DB4 doesn't work with Berkeley DB 4.8). (Chris Jones)
 - Fixed bug #51062 (DBA DB4 uses mismatched headers and libraries). (Chris Jones)
+- Fixed bug #51023 (filter doesn't detect int overflows with GCC 4.4).
+  (Raphael Geissert)
 - Fixed bug #50999 (unaligned memory access in dba_fetch()). (Felipe)
 - Fixed bug #50731 (Inconsistent namespaces sent to functions registered with
   spl_autoload_register). (Felipe)