Commit:    35d19dd82651afefe1b4165d8f690500f7bbec8f
Author:    Christoph M. Becker <[email protected]>         Thu, 28 Jul 2016 
18:30:48 +0200
Parents:   6b7705215c82bc2e25b8033bfb1a2e95d33b67b9
Branches:  master

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

Log:
Bug #69975 had already been fixed as of PHP 5.6.12

Also CVE-2015-8879 had been assigned.

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

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


Diff:
diff --git a/ChangeLog-5.php b/ChangeLog-5.php
index 44559b3..d009666 100644
--- a/ChangeLog-5.php
+++ b/ChangeLog-5.php
@@ -43,10 +43,6 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", 
"css" => array("change
 <ul>
   <li><?php bugfix(72533); ?> (locale_accept_from_http out-of-bounds 
access).</li>
 </ul></li>
-<li>ODBC:
-<ul>
-  <li><?php bugfix(69975); ?> (PHP segfaults when accessing nvarchar(max) 
defined columns)</li>
-</ul></li>
 <li>OpenSSL:
 <ul>
   <li><?php bugfix(71915); ?> (openssl_random_pseudo_bytes is not 
fork-safe).</li>
@@ -999,7 +995,7 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", 
"css" => array("change
 </ul></li>
 <li>ODBC:
 <ul>
-  <li><?php bugfix(69975); ?> (PHP segfaults when accessing nvarchar(max) 
defined columns).</li>
+  <li><?php bugfix(69975); ?> (PHP segfaults when accessing nvarchar(max) 
defined columns). (CVE-2015-8879)</li>
 </ul></li>
 <li>OpenSSL:
 <ul>
diff --git a/ChangeLog-7.php b/ChangeLog-7.php
index 1bf59cb..45d42b6 100644
--- a/ChangeLog-7.php
+++ b/ChangeLog-7.php
@@ -1132,7 +1132,7 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", 
"css" => array("change
 </ul></li>
 <li>ODBC:
 <ul>
-  <li><?php bugfix(69975); ?> (PHP segfaults when accessing nvarchar(max) 
defined columns).</li>
+  <li><?php bugfix(69975); ?> (PHP segfaults when accessing nvarchar(max) 
defined columns. (CVE-2015-8879)</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