From 76b06780d5bd3b654bda98d2403994cf08b5143d Mon Sep 17 00:00:00 2001 From: Stanislav Malyshev Date: Tue, 27 May 2014 11:26:24 -0700 Subject: [PATCH] update NEWS --- NEWS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NEWS b/NEWS index 3643227385d..8b5acf310a1 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).