summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLior Kaplan <kaplanlior@gmail.com>2015-02-11 13:11:55 +0200
committerLior Kaplan <kaplanlior@gmail.com>2015-02-11 13:11:55 +0200
commitbb16a6b2c265d1eda4c10baad25f02dfd22f207c (patch)
treef88375ff038bc0f53665a5b59354ee4fa27dd0e1
parentf0b329df506f16a311c120e990778734d2ce636a (diff)
downloadphp-git-bb16a6b2c265d1eda4c10baad25f02dfd22f207c.tar.gz
Align format for bug #68799
-rw-r--r--NEWS3
1 files changed, 2 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index ea83fbe89d..d1c7632ae7 100644
--- a/NEWS
+++ b/NEWS
@@ -103,7 +103,8 @@ PHP NEWS
CURLOPT_RETURNTRANSFER isn't set). (Jille Timmermans)
- EXIF:
- . Fixed bug #68799: Free called on unitialized pointer. (CVE-2015-0232) (Stas)
+ . Fixed bug #68799 (Free called on unitialized pointer). (CVE-2015-0232)
+ (Stas)
- Fileinfo:
. Fixed bug #68671 (incorrect expression in libmagic).