Commit:    890e5cdf312cfa199586e64d7aa5c5a952120edb
Author:    Lior Kaplan <kaplanl...@gmail.com>         Tue, 13 Dec 2016 13:57:49 
+0200
Parents:   887ee4acdc859582742a8a7f8a7e8b52de1e3534
Branches:  master

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

Log:
Add CVE for #72321 (PHP 5.6.28, 7.0.13 and 7.1.0)

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

Changed paths:
  M  ChangeLog-5.php
  M  ChangeLog-7.php


Diff:
diff --git a/ChangeLog-5.php b/ChangeLog-5.php
index 7217dfb..b2e66cb 100644
--- a/ChangeLog-5.php
+++ b/ChangeLog-5.php
@@ -65,7 +65,7 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", 
"css" => array("change
   <li><?php bugfix(73279); ?> (Integer overflow in 
gdImageScaleBilinearPalette()).</li>
   <li><?php bugfix(73280); ?> (Stack Buffer Overflow in GD dynamicGetbuf).</li>
   <li><?php bugfix(72482); ?> (Illegal write/read access caused by 
gdImageAALine overflow).</li>
-  <li><?php bugfix(72696); ?> (imagefilltoborder stackoverflow on truecolor 
images).</li>
+  <li><?php bugfix(72696); ?> (imagefilltoborder stackoverflow on truecolor 
images). (CVE-2016-9933)</li>
 </ul></li>
 <li>Imap:
 <ul>
diff --git a/ChangeLog-7.php b/ChangeLog-7.php
index ad91db7..0b56ed6 100644
--- a/ChangeLog-7.php
+++ b/ChangeLog-7.php
@@ -115,7 +115,7 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", 
"css" => array("change
     <li>Fixed memory leak(null coalescing operator with Spl hash).</li>
     <li><?php bugfix(72736); ?> (Slow performance when fetching large dataset 
with mysqli / PDO).</li>
     <li><?php bugfix(72482); ?> (Ilegal write/read access caused by 
gdImageAALine overflow).</li>
-    <li><?php bugfix(72696); ?> (imagefilltoborder stackoverflow on truecolor 
images).</li>
+    <li><?php bugfix(72696); ?> (imagefilltoborder stackoverflow on truecolor 
images). (CVE-2016-9933)</li>
     <li><?php bugfix(73350); ?> (Exception::__toString() cause circular 
references).</li>
     <li><?php bugfix(73329); ?> ((Float)"Nano" == NAN).</li>
     <li><?php bugfix(73288); ?> (Segfault in __clone &gt; Exception.toString 
&gt; __get).</li>
@@ -681,7 +681,7 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", 
"css" => array("change
   <li><?php bugfix(73279); ?> (Integer overflow in 
gdImageScaleBilinearPalette()).</li>
   <li><?php bugfix(73280); ?> (Stack Buffer Overflow in GD dynamicGetbuf).</li>
   <li><?php bugfix(72482); ?> (Ilegal write/read access caused by 
gdImageAALine overflow).</li>
-  <li><?php bugfix(72696); ?> (imagefilltoborder stackoverflow on truecolor 
images).</li>
+  <li><?php bugfix(72696); ?> (imagefilltoborder stackoverflow on truecolor 
images). (CVE-2016-9933)</li>
 </ul></li>
 <li>IMAP:
 <ul>


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

Reply via email to