From: Pierre Joye Date: Wed, 14 Mar 2007 16:36:16 +0000 (+0000) Subject: - leak in extract X-Git-Tag: php-5.2.2RC1~146 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b85f4d40771d7408ec75f896837b9a9ca696a153;p=php - leak in extract --- diff --git a/NEWS b/NEWS index 6ad0d78c0a..235b8245fd 100644 --- 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)