]> granicus.if.org Git - php/commitdiff
more fixes
authorStanislav Malyshev <stas@php.net>
Thu, 8 Mar 2007 22:53:37 +0000 (22:53 +0000)
committerStanislav Malyshev <stas@php.net>
Thu, 8 Mar 2007 22:53:37 +0000 (22:53 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 4bfd4bc192f94ac66a82ba980e96c6d16b2832b5..754c58a095ea54b92cd52913cb68f56a044f0e99 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -80,8 +80,10 @@ PHP                                                                        NEWS
   (jdolecek at netbsd dot org, Nuno)
 - Limit nesting level of input variables with max_input_nesting_level 
   as fix for MOPB-03-2007 (Stas)
-- Fix substr_compare and substr_count information leak (MOPB-14) (Stas, Ilia)
-- Fix crash on op-assign where argument is string offset (Brian, Stas)
+- Fixed substr_compare and substr_count information leak (MOPB-14) (Stas, Ilia)
+- Fixed crash on op-assign where argument is string offset (Brian, Stas)
+- Fixed bug #38710 (data leakage because of nonexisting boundary checking in 
+  statements in mysqli) (Stas)
 
 08 Feb 2007, PHP 5.2.1
 - Added read-timeout context option "timeout" for HTTP streams. (Hannes, Ilia).