summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2015-01-04 14:23:33 +0100
committerAnatol Belski <ab@php.net>2015-01-04 14:23:33 +0100
commitd3f171117c6913e849df004a927dd4915c64124c (patch)
tree01b4cf551180ffbcd7934d77f4ef645fe793f5fb
parent5fe54dbaf9018496c0afcad8dde166ddbe587ff4 (diff)
downloadphp-git-d3f171117c6913e849df004a927dd4915c64124c.tar.gz
updated NEWS
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index af21bb474f..afbc492d79 100644
--- a/NEWS
+++ b/NEWS
@@ -28,6 +28,10 @@ PHP NEWS
- Fileinfo:
. 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)
- GD:
. Fixed bug #68601 (buffer read overflow in gd_gif_in.c). (Jan Bee, Remi)