summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStanislav Malyshev <stas@php.net>2014-05-27 12:22:21 -0700
committerStanislav Malyshev <stas@php.net>2014-05-27 12:22:21 -0700
commit5b0b760f1f86b7a20afed36fe3287b991e5cefbd (patch)
tree4b14c0549757c9769d24a9dcb70e0a78301aa79c
parent2396ed466a77f0af255deadf394bc0268b76f4c2 (diff)
downloadphp-git-PHP-5.4.29.tar.gz
add CVEsPHP-5.4.29
-rw-r--r--NEWS5
1 files changed, 3 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index ecbfa7660d..c510519af2 100644
--- a/NEWS
+++ b/NEWS
@@ -27,9 +27,10 @@ PHP NEWS
- Fileinfo:
. Fixed bug #66307 (Fileinfo crashes with powerpoint files). (Anatol)
- . Fixed bug #67327 (fileinfo: CDF infinite loop in nelements DoS).
+ . Fixed bug #67327 (fileinfo: CDF infinite loop in nelements DoS).
+ (CVE-2014-0238)
. Fixed bug #67328 (fileinfo: fileinfo: numerous file_printf calls resulting in
- performance degradation).
+ performance degradation). (CVE-2014-0237)
- FPM:
. Fixed bug #66908 (php-fpm reload leaks epoll_create() file descriptor).