summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStanislav Malyshev <stas@php.net>2015-01-20 11:57:17 -0800
committerStanislav Malyshev <stas@php.net>2015-01-20 11:57:17 -0800
commitb3b155ffe24802f0c57aac11c2d19d73ac6239e9 (patch)
tree2aaea3a1f92f429915f11bce495fd018b27fb842
parent547f62ed2a5c3cb8a14edcea6b8e3e4f339591f0 (diff)
downloadphp-git-b3b155ffe24802f0c57aac11c2d19d73ac6239e9.tar.gz
format
-rw-r--r--NEWS3
1 files changed, 2 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index fdb698422a..248211f15b 100644
--- a/NEWS
+++ b/NEWS
@@ -12,7 +12,8 @@ PHP NEWS
(Stas)
- EXIF:
- . Fix bug #68799: Free called on unitialized pointer. (CVE-2015-0232) (Stas)
+ . Fixed bug #68799: Free called on unitialized pointer. (CVE-2015-0232)
+ (Stas)
- Fileinfo:
. Removed readelf.c and related code from libmagic sources