]> granicus.if.org Git - php/commitdiff
- add leaks fix in imagecreatefromstring
authorPierre Joye <pajoye@php.net>
Sat, 17 Dec 2005 17:52:44 +0000 (17:52 +0000)
committerPierre Joye <pajoye@php.net>
Sat, 17 Dec 2005 17:52:44 +0000 (17:52 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 1a2cc9d9e5af16e2daa6857706ccc9d70d23c73b..439a65e8af83700851803aec577e9f5c432f6264 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,7 @@ PHP                                                                        NEWS
 - Added new extensions: (Ilia, Wez)
   . XMLWriter
   . Hash
+- Fixed possible leaks in imagecreatefromstring with invalid data (Pierre)
 - Added PNG compression support to GD extension. (Pierre)
 - Added reflection constants as class constants. (Johannes)
 - Added --enable-gcov configure option to enable C-level code coverage.