stas Fri Mar 23 20:22:52 2007 UTC Modified files: (Branch: PHP_5_2) /php-src NEWS Log: fix MOPB-29 - unserialize modifier S does not calculate length correctly http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.611&r2=1.2027.2.547.2.612&diff_format=u Index: php-src/NEWS diff -u php-src/NEWS:1.2027.2.547.2.611 php-src/NEWS:1.2027.2.547.2.612 --- php-src/NEWS:1.2027.2.547.2.611 Fri Mar 23 12:46:16 2007 +++ php-src/NEWS Fri Mar 23 20:22:52 2007 @@ -134,6 +134,8 @@ statements in mysqli) (Stas) - Fixed unallocated memory access/double free in in array_user_key_compare() (MOPB-24 by Stefan Esser) (Stas) +- Fixed wrong length calculation in unserialize S type + (MOPB-29 by Stefan Esser) (Stas) 08 Feb 2007, PHP 5.2.1 - Added read-timeout context option "timeout" for HTTP streams. (Hannes, Ilia).
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php