1
0
mirror of https://github.com/php/web-php.git synced 2026-03-23 23:02:13 +01:00

Add entry for #70284 (PHP 5.6.13)

This commit is contained in:
Lior Kaplan
2015-09-09 14:24:34 +03:00
parent f29e307c4a
commit b330aa40c5

View File

@@ -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>