diff options
author | Remi Collet <remi@php.net> | 2014-06-03 11:28:07 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2014-06-03 11:28:07 +0200 |
commit | 0817a2c7679a2749f44ba5b17b4387ef000a3de3 (patch) | |
tree | be44acaf16744e10eb601fda04b56684a82d5d8b | |
parent | 21986f98dbdc4e4dc556bb5f006d8fc8bbaebbe2 (diff) | |
download | php-git-0817a2c7679a2749f44ba5b17b4387ef000a3de3.tar.gz |
(re)add cve number in NEWS, from 5.4.29
-rw-r--r-- | NEWS | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -41,8 +41,9 @@ PHP NEWS - Fileinfo: . Fixed bug #66307 (Fileinfo crashes with powerpoint files). (Anatol) . 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). |