Commit:    7d6e3474b6ab6b79eaf48e04161a8952b56293e9
Author:    Lior Kaplan <[email protected]>         Wed, 22 Apr 2015 19:28:10 
+0300
Parents:   d2387902cb75eb906fefb7acc6833c9ad41e00b1
Branches:  master

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

Log:
Make sure both #69152 and #69293 are mentioned in 5.4.40, 5.5.24 & 5.6.8

Bugs:
https://bugs.php.net/69152
https://bugs.php.net/69293

Changed paths:
  M  ChangeLog-5.php


Diff:
diff --git a/ChangeLog-5.php b/ChangeLog-5.php
index 91a7515..516a4a1 100644
--- a/ChangeLog-5.php
+++ b/ChangeLog-5.php
@@ -87,6 +87,7 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", 
"css" => array("change
 </ul></li>
 <li>SOAP:
 <ul>
+  <li><?php bugfix(69152); ?> (Type Confusion Infoleak Vulnerability in 
unserialize() with SoapFault).</li>
   <li><?php bugfix(69293); ?> (NEW segfault when using 
SoapClient::__setSoapHeader (bisected, regression)).</li>
 </ul></li>
 <li>SPL:
@@ -183,6 +184,7 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", 
"css" => array("change
 </ul></li>
 <li>SOAP:
 <ul>
+  <li><?php bugfix(69152); ?> (Type Confusion Infoleak Vulnerability in 
unserialize() with SoapFault).</li>
   <li><?php bugfix(69293); ?> (NEW segfault when using 
SoapClient::__setSoapHeader (bisected, regression)).</li>
 </ul></li>
 <li>SPL:
@@ -240,6 +242,7 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", 
"css" => array("change
 <li>SOAP:
 <ul>
   <li><?php bugfix(69152); ?> (Type Confusion Infoleak Vulnerability in 
unserialize() with SoapFault).</li>
+  <li><?php bugfix(69293); ?> (NEW segfault when using 
SoapClient::__setSoapHeader (bisected, regression)).</li>
 </ul></li>
 <li>Sqlite3:
 <ul>


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

Reply via email to