Commit:    8bf0e6beec3f40bb3f568849a0e9084804670126
Author:    Lior Kaplan <kaplanl...@gmail.com>         Mon, 15 Jan 2018 15:24:15 
+0200
Parents:   51f349f3d60101979befa1ebcb5e74dbf8a1a40e
Branches:  master

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

Log:
Add CVE ID to bug #74145 (PHP 5.6.31, 7.0.21 and 7.1.8)

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

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


Diff:
diff --git a/ChangeLog-5.php b/ChangeLog-5.php
index 1d1ef6a..05e12ab 100644
--- a/ChangeLog-5.php
+++ b/ChangeLog-5.php
@@ -68,7 +68,7 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", 
"css" => array("change
 </ul></li>
 <li>WDDX:
 <ul>
-  <li><?php bugfix(74145); ?> (wddx parsing empty boolean tag leads to 
SIGSEGV).</li>
+  <li><?php bugfix(74145); ?> (wddx parsing empty boolean tag leads to 
SIGSEGV). (CVE-2017-11143)</li>
 </ul></li>
 </ul>
 <!-- }}} --></section>
diff --git a/ChangeLog-7.php b/ChangeLog-7.php
index a7e6757..a1f246f 100644
--- a/ChangeLog-7.php
+++ b/ChangeLog-7.php
@@ -992,6 +992,7 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", 
"css" => array("change
 <li>Wddx:
 <ul>
   <li><?php bugfix(73173); ?> (huge memleak when wddx_unserialize).</li>
+  <li><?php bugfix(74145); ?> (wddx parsing empty boolean tag leads to 
SIGSEGV). (CVE-2017-11143)</li>
 </ul></li>
 <li>zlib:
 <ul>
@@ -1040,6 +1041,7 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", 
"css" => array("change
 <li>Wddx:
 <ul>
   <li><?php bugfix(73173); ?> (huge memleak when wddx_unserialize).</li>
+  <li><?php bugfix(74145); ?> (wddx parsing empty boolean tag leads to 
SIGSEGV). (CVE-2017-11143)</li>
 </ul></li>
 <li>zlib:
 <ul>


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

Reply via email to