summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Joye <pajoye@php.net>2011-01-06 12:51:35 +0000
committerPierre Joye <pajoye@php.net>2011-01-06 12:51:35 +0000
commitc9cf4337acb597686bce4edb5948cd1388d3c8fb (patch)
tree9a6e7faeecee433a685c929c9297fd058df7d07f
parent921abf906ac7b41aafe364995febb1b332c343fc (diff)
downloadphp-git-c9cf4337acb597686bce4edb5948cd1388d3c8fb.tar.gz
- add CVE (too late for the release tho')
-rw-r--r--NEWS3
1 files changed, 2 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index d4a0dfff5c..7ff6c4cfac 100644
--- a/NEWS
+++ b/NEWS
@@ -3,7 +3,8 @@
?? ??? ????, PHP 5.2.18
06 Jan 2010, PHP 5.2.17
-- Fixed Bug #53632 (infinite loop with x87 fpu). (Scott, Rasmus)
+- Fixed Bug #53632 (infinite loop with x87 fpu). (CVE-2010-4645) (Scott,
+ Rasmus)
16 Dec 2010, PHP 5.2.16
- Fixed bug #53517 (segfault in pgsql_stmt_execute() when postgres is down).