Commit:    fc374cd9a80cec13a96e79cb2a0251f6914b3631
Author:    Christoph M. Becker <[email protected]>         Tue, 27 Sep 2016 
14:13:23 +0200
Parents:   d72abc1f128d459357a245fd455c05d0cbd51f6c 
e576aed15bec87db7cb0d22cee3853fc58a42c22
Branches:  master

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

Log:
Merge branch 'pull-request/116'

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


Diff:
diff --cc ChangeLog-5.php
index b875188,25aadf9..84e8a91
--- a/ChangeLog-5.php
+++ b/ChangeLog-5.php
@@@ -244,9 -21,13 +244,13 @@@ site_header("PHP 5 ChangeLog", array("c
  </ul></li>
  <li>bz2:
  <ul>
 -  <li><?php bugfix(72447); ?> (Type Confusion in php_bz2_filter_create()). 
(gogil at stealien dot com).</li>
 -  <li><?php bugfix(72613); ?> (Inadequate error handling in bzread()).</li>
 +  <li><?php bugfix(72447); ?> (Type Confusion in 
php_bz2_filter_create()).</li>
 +  <li><?php bugfix(72613); ?> (Inadequate error handling in bzread()). 
(CVE-2016-5399)</li>
  </ul></li>
+ <li>Date:
+ <ul>
+   <li><?php bugfix(66836); ?> (DateTime::createFromFormat 'U' with pre 1970 
dates fails parsing).</li>
+ </ul></li>
  <li>EXIF:
  <ul>
    <li><?php bugfix(50845); ?> (exif_read_data() returns corrupted exif 
headers).</li>
diff --cc ChangeLog-7.php
index be5fc1b,6b6ed20..0a6541a
--- a/ChangeLog-7.php
+++ b/ChangeLog-7.php
@@@ -320,10 -32,14 +320,14 @@@ site_header("PHP 7 ChangeLog", array("c
  <ul>
    <li><?php bugfix(72541); ?> (size_t overflow lead to heap corruption).</li>
  </ul></li>
+ <li>Date:
+ <ul>
+   <li><?php bugfix(66836); ?> (DateTime::createFromFormat 'U' with pre 1970 
dates fails parsing).</li>
+ </ul></li>
  <li>Exif:
  <ul>
 -  <li><?php bugfix(72603); ?> (Out of bound read in 
exif_process_IFD_in_MAKERNOTE).</li>
 -  <li><?php bugfix(72618); ?> (NULL Pointer Dereference in 
exif_process_user_comment).</li>
 +  <li><?php bugfix(72603); ?> (Out of bound read in 
exif_process_IFD_in_MAKERNOTE). (CVE-2016-6291)</li>
 +  <li><?php bugfix(72618); ?> (NULL Pointer Dereference in 
exif_process_user_comment). (CVE-2016-6292)</li>
  </ul></li>
  <li>GD:
  <ul>


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

Reply via email to