summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFerenc Kovacs <tyrael@php.net>2015-01-21 01:00:16 +0100
committerFerenc Kovacs <tyrael@php.net>2015-01-21 01:25:50 +0100
commit81b4ce3ea35eace41a578643c52fb6569d7b94e5 (patch)
tree14b07f3fcc1a70a6adfe2bc6f54aae1105ae6834
parent21bc7464f454fec18a9ec024c738f195602fee2a (diff)
downloadphp-git-81b4ce3ea35eace41a578643c52fb6569d7b94e5.tar.gz
fix NEWS
-rw-r--r--NEWS15
1 files changed, 13 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index a24f4bbf25..c3b656b81d 100644
--- a/NEWS
+++ b/NEWS
@@ -18,12 +18,15 @@
. Fixed bug #65576 (Constructor from trait conflicts with inherited
constructor). (dunglas at gmail dot com)
. Fixed bug #68676 (Explicit Double Free). (Kalle)
+ . Fixed bug #68710 (Use After Free Vulnerability in PHP's unserialize()).
+ (CVE-2015-0231) (Stefan Esser)
- CGI:
- . Fix bug #68618 (out of bounds read crashes php-cgi). (Stas)
+ . Fixed bug #68618 (out of bounds read crashes php-cgi). (CVE-2014-9427)
+ (Stas)
- CLI server:
- . Fix bug #68745 (Invalid HTTP requests make web server segfault). (Adam)
+ . Fixed bug #68745 (Invalid HTTP requests make web server segfault). (Adam)
- cURL:
. Fixed bug #67643 (curl_multi_getcontent returns '' when
@@ -33,6 +36,10 @@
. Implemented FR #68268 (DatePeriod: Getter for start date, end date and
interval). (Marc Bennewitz)
+- EXIF:
+ . Fixed bug #68799: Free called on unitialized pointer. (CVE-2015-0232)
+ (Stas)
+
- Fileinfo:
. Fixed bug #68398 (msooxml matches too many archives). (Anatol)
. Fixed bug #68665 (invalid free in libmagic). (Joshua Rogers, Anatol Belski)
@@ -75,6 +82,10 @@
- pgsql:
. Fixed bug #68697 (lo_export return -1 on failure). (Ondřej Surý)
+- PDO:
+ . Fixed bug #68371 (PDO#getAttribute() cannot be called with platform-specifi
+ attribute names). (Matteo)
+
- PDO_mysql:
. Fixed bug #68424 (Add new PDO mysql connection attr to control multi
statements option). (peter dot wolanin at acquia dot com)