Commit:    972da9d73e194ff6fab4f62fa18702da22d2145f
Author:    Lior Kaplan <kaplanl...@gmail.com>         Mon, 15 Jan 2018 15:46:54 
+0200
Parents:   1a22cefbc58a1626e6667e9e2a107b433ea331e6
Branches:  master

Link:       
http://git.php.net/?p=web/php.git;a=commitdiff;h=972da9d73e194ff6fab4f62fa18702da22d2145f

Log:
Add CVE ID to bug #73092 (PHP 7.0.15 and 7.1.1)

Bugs:
https://bugs.php.net/73092

Changed paths:
  M  ChangeLog-7.php


Diff:
diff --git a/ChangeLog-7.php b/ChangeLog-7.php
index 1e27198..903abbf 100644
--- a/ChangeLog-7.php
+++ b/ChangeLog-7.php
@@ -1977,6 +1977,7 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", 
"css" => array("change
                <li><?php bugfix(73825); ?> (Heap out of bounds read on 
unserialize in finish_nested_data()). (CVE-2016-10161)</li>
                <li><?php bugfix(73831); ?> (NULL Pointer Dereference while 
unserialize php object). (CVE-2016-10162)</li>
                <li><?php bugfix(73832); ?> (Use of uninitialized memory in 
unserialize()). (CVE-2017-5340)</li>
+               <li><?php bugfix(73092); ?> (Unserialize use-after-free when 
resizing object's properties hash table). (CVE-2016-7479)</li>
        </ul>
        </li>
        <li>


--
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to