Commit:    35bff0c6037f6d6682f8e700ec67bdc85cab6c29
Author:    Lior Kaplan <[email protected]>         Sat, 18 Oct 2014 13:42:21 
+0300
Parents:   2349c6f11bb77222526ab6e7ed3eaa420901beb2
Branches:  master

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

Log:
Add missing CVE IDs to Changelog

Changed paths:
  M  ChangeLog-5.php


Diff:
diff --git a/ChangeLog-5.php b/ChangeLog-5.php
index 1bca698..78014b3 100644
--- a/ChangeLog-5.php
+++ b/ChangeLog-5.php
@@ -13,7 +13,7 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", 
"css" => array("change
 <?php release_date('16-Oct-2014'); ?>
 <ul><li>Core:
 <ul>
-  <li><?php bugfix(68044); ?> (Integer overflow in unserialize() (32-bits 
only)).</li>
+  <li><?php bugfix(68044); ?> (Integer overflow in unserialize() (32-bits 
only)). (CVE-2014-3669)</li>
 </ul></li>
 <li>cURL:
 <ul>
@@ -21,11 +21,11 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", 
"css" => array("change
 </ul></li>
 <li>EXIF:
 <ul>
-  <li><?php bugfix(68113); ?> (Heap corruption in exif_thumbnail()).</li>
+  <li><?php bugfix(68113); ?> (Heap corruption in exif_thumbnail()). 
(CVE-2014-3670)</li>
 </ul></li>
 <li>XMLRPC:
 <ul>
-  <li><?php bugfix(68027); ?> (Global buffer overflow in mkgmtime() 
function).</li>
+  <li><?php bugfix(68027); ?> (Global buffer overflow in mkgmtime() function). 
(CVE-2014-3668)</li>
 </ul></li>
 </ul>
 <!-- }}} --></section>
@@ -43,7 +43,7 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", 
"css" => array("change
     copy-on-write).</li>
   <li><?php bugfix(51800); ?> (proc_open on Windows hangs forever).</li>
   <li><?php bugfix(68044); ?> (Integer overflow in unserialize() (32-bits 
only)).
-    (CVE-2014-3669).</li>
+    (CVE-2014-3669)</li>
 </ul></li>
 <li>cURL:
 <ul>
@@ -51,7 +51,7 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", 
"css" => array("change
 </ul></li>
 <li>Exif:
 <ul>
-  <li><?php bugfix(68113); ?> (Heap corruption in exif_thumbnail()). 
(CVE-2014-3670).</li>
+  <li><?php bugfix(68113); ?> (Heap corruption in exif_thumbnail()). 
(CVE-2014-3670)</li>
 </ul></li>
 <li>FPM:
 <ul>
@@ -73,7 +73,7 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", 
"css" => array("change
 <li>XMLRPC:
 <ul>
   <li><?php bugfix(68027); ?> (Global buffer overflow in mkgmtime() function). 
-    (CVE-2014-3668).</li>
+    (CVE-2014-3668)</li>
 </ul></li>
 </ul>
 <!-- }}} --></section>


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

Reply via email to