Commit: b330aa40c59f9c8d249ec6beaa2aa3e1bfbc7c39 Author: Lior Kaplan <[email protected]> Wed, 9 Sep 2015 14:24:34 +0300 Parents: f29e307c4a5be3ebcd90b02df2f2fadf18a42633 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=b330aa40c59f9c8d249ec6beaa2aa3e1bfbc7c39 Log: Add entry for #70284 (PHP 5.6.13) Bugs: https://bugs.php.net/70284 Changed paths: M ChangeLog-5.php Diff: diff --git a/ChangeLog-5.php b/ChangeLog-5.php index 7fa0826..9ef673c 100644 --- a/ChangeLog-5.php +++ b/ChangeLog-5.php @@ -33,6 +33,10 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", "css" => array("change <ul> <li><?php bugfix(70385); ?> (Buffer over-read in exif_read_data with TIFF IFD tag byte value of 32 bytes).</li> </ul></li> +<li>GMP: +<ul> + <li><?php bugfix(70284); ?> (Use after free vulnerability in unserialize() with GMP).</li> +</ul></li> <li>hash: <ul> <li><?php bugfix(70312); ?> (HAVAL gives wrong hashes in specific cases).</li> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
