]> granicus.if.org Git - php/commitdiff
clarify
authorStanislav Malyshev <stas@php.net>
Fri, 16 Mar 2007 21:49:56 +0000 (21:49 +0000)
committerStanislav Malyshev <stas@php.net>
Fri, 16 Mar 2007 21:49:56 +0000 (21:49 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 0f6d31e2d22ec973ef670cf038eb41da7ee59c52..7978cf354f534b678ccbff3c463daa4f7d663efe 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -100,7 +100,8 @@ PHP                                                                        NEWS
 - 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)
-- Fixed UMR in in array_user_key_compare() (MOPB-24 by Stefan Esser) (Stas)
+- Fixed unallocated memory access/double free in in array_user_key_compare() 
+  (MOPB-24 by Stefan Esser) (Stas)
 
 08 Feb 2007, PHP 5.2.1
 - Added read-timeout context option "timeout" for HTTP streams. (Hannes, Ilia).