summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2015-01-04 14:24:59 +0100
committerAnatol Belski <ab@php.net>2015-01-04 14:24:59 +0100
commit5c0f03275efd335798ca8b76c1ad10d1b5bba9a6 (patch)
tree437e532945ae0c32478dbd4ddbb76335e0316a49
parent28e44f9d44501ca18318d31158155313e9226c1a (diff)
downloadphp-git-5c0f03275efd335798ca8b76c1ad10d1b5bba9a6.tar.gz
updated NEWS
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 2581717a88..d1c3f5a33b 100644
--- a/NEWS
+++ b/NEWS
@@ -33,6 +33,10 @@
. Fixed bug #68665 (invalid free in libmagic). (Joshua Rogers, Anatol Belski)
. Fixed bug #68671 (incorrect expression in libmagic).
(Joshua Rogers, Anatol Belski)
+ . Removed readelf.c and related code from libmagic sources
+ (Remi, Anatol)
+ . Fixed bug #68735 (fileinfo out-of-bounds memory access).
+ (Anatol)
- FPM:
. Fixed request #68526 (Implement POSIX Access Control List for UDS). (Remi)