Commit:    8441341ab9fe12c51c830d1e80c172780ea287b3
Author:    Lior Kaplan <kaplanl...@gmail.com>         Tue, 16 Jan 2018 14:24:28 
+0200
Parents:   7c6bec5cdd0bef45c3f61b6ae69ec6b192ae6c47
Branches:  master

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

Log:
Add CVE ID to bug #75571 (PHP 5.6.33, 7.0.27, 7.1.13 and 7.2.1)

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

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


Diff:
diff --git a/ChangeLog-5.php b/ChangeLog-5.php
index 5f72313..98c1bb9 100644
--- a/ChangeLog-5.php
+++ b/ChangeLog-5.php
@@ -13,7 +13,7 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", 
"css" => array("change
 <b><?php release_date('04-Jan-2018'); ?></b>
 <ul><li>GD:
 <ul>
-  <li><?php bugfix(75571); ?> (Potential infinite loop in 
gdImageCreateFromGifCtx).</li>
+  <li><?php bugfix(75571); ?> (Potential infinite loop in 
gdImageCreateFromGifCtx). (CVE-2018-5711)</li>
 </ul></li>
 <li>Phar:
 <ul>
diff --git a/ChangeLog-7.php b/ChangeLog-7.php
index dfb48fa..c6b219b 100644
--- a/ChangeLog-7.php
+++ b/ChangeLog-7.php
@@ -28,7 +28,7 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", 
"css" => array("change
 </ul></li>
 <li>GD:
 <ul>
-  <li><?php bugfix(75571); ?> (Potential infinite loop in 
gdImageCreateFromGifCtx).</li>
+  <li><?php bugfix(75571); ?> (Potential infinite loop in 
gdImageCreateFromGifCtx). (CVE-2018-5711)</li>
 </ul></li>
 <li>Opcache:
 <ul>
@@ -83,7 +83,7 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", 
"css" => array("change
 </ul></li>
 <li>GD:
 <ul>
-  <li><?php bugfix(75571); ?> (Potential infinite loop in 
gdImageCreateFromGifCtx).</li>
+  <li><?php bugfix(75571); ?> (Potential infinite loop in 
gdImageCreateFromGifCtx). (CVE-2018-5711)</li>
 </ul></li>
 <li>Opcache:
 <ul>
@@ -133,7 +133,7 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", 
"css" => array("change
 </ul></li>
 <li>GD:
 <ul>
-  <li><?php bugfix(75571); ?> (Potential infinite loop in 
gdImageCreateFromGifCtx).</li>
+  <li><?php bugfix(75571); ?> (Potential infinite loop in 
gdImageCreateFromGifCtx). (CVE-2018-5711)</li>
 </ul></li>
 <li>Opcache:
 <ul>


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

Reply via email to