summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStanislav Malyshev <stas@php.net>2014-05-27 11:26:24 -0700
committerStanislav Malyshev <stas@php.net>2014-05-27 11:28:53 -0700
commit76b06780d5bd3b654bda98d2403994cf08b5143d (patch)
treecd406512d67a69f13d3f062dbeaf5ed36aac81bd
parent091b7642c2d8a087d3cbcba681369abfb964330d (diff)
downloadphp-git-76b06780d5bd3b654bda98d2403994cf08b5143d.tar.gz
update NEWS
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 3643227385..8b5acf310a 100644
--- a/NEWS
+++ b/NEWS
@@ -18,6 +18,7 @@ PHP NEWS
. Fixed bug #67245 (usage of memcpy() with overlapping src and dst in
zend_exceptions.c). (Bob)
. Fixed bug #67247 (spl_fixedarray_resize integer overflow). (Stas)
+ . Fixed bug #67249 (printf out-of-bounds read). (Stas)
. Fixed bug #67250 (iptcparse out-of-bounds read). (Stas)
. Fixed bug #67252 (convert_uudecode out-of-bounds read). (Stas)
@@ -31,6 +32,7 @@ PHP NEWS
not only the subset). (Anatol)
- Fileinfo:
+ . Fixed bug #66307 (Fileinfo crashes with powerpoint files). (Anatol)
. Fixed bug #67327 (fileinfo: CDF infinite loop in nelements DoS).
. Fixed bug #67328 (fileinfo: fileinfo: numerous file_printf calls resulting in
performance degradation).