]> granicus.if.org Git - php/commitdiff
NEWS
authorRemi Collet <remi@php.net>
Fri, 6 Jun 2014 12:19:21 +0000 (14:19 +0200)
committerRemi Collet <remi@php.net>
Fri, 6 Jun 2014 12:19:21 +0000 (14:19 +0200)
NEWS

diff --git a/NEWS b/NEWS
index ad4ac8350f30ec7235ddd0b5a5f39ca5c26a1f40..8c5fc369d76ac9b4c408e7d8ff8ed3f3fdb3c862 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -6,6 +6,8 @@ PHP                                                                        NEWS
 
 - Core:
   . Fixed bug #67249 (printf out-of-bounds read). (Stas)
+  . Fixed bug #67390 (insecure temporary file use in the configure script).
+    (Remi) (CVE-2014-3981)
 
 - Date:
   . Fixed bug #67308 (Serialize of DateTime truncates fractions of second).