]> granicus.if.org Git - php/commitdiff
- leak in extract
authorPierre Joye <pajoye@php.net>
Wed, 14 Mar 2007 16:36:16 +0000 (16:36 +0000)
committerPierre Joye <pajoye@php.net>
Wed, 14 Mar 2007 16:36:16 +0000 (16:36 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 6ad0d78c0a314c23d51869f08ca9524e64af444b..235b8245fddcbfe0b53c2f2bfaeb6ccb241dc65d 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -16,6 +16,7 @@ PHP                                                                        NEWS
 - Added tidyNode::getParent() method (John, Nuno)
 - Added openbasedir and safemode checks in zip:// stream wrapper and 
   ZipArchive::open (Pierre)
+- Fixed possible leak in ZipArchive::extractTo when safemode checks fails (Ilia)
 - Fixed possible relative path issues in zip_open and TS mode (old API) (Pierre)
 - Fixed zend_llist_remove_tail (Michael Wallner, Dmitry)
 - Fixed a thread safety issue in gd gif read code (Nuno, Roman Nemecek)