From: Ilia Alshanetsky Date: Tue, 30 Aug 2005 22:05:13 +0000 (+0000) Subject: MFH: Fixed bug #32589 (possible crash inside imap_mail_compose() function). X-Git-Tag: php-4.4.1RC1~44 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9da0abf7f4229723ee24411ce513ae1f0e091007;p=php MFH: Fixed bug #32589 (possible crash inside imap_mail_compose() function). --- diff --git a/NEWS b/NEWS index 711381bfdd..f2d8085bf6 100644 --- a/NEWS +++ b/NEWS @@ -23,6 +23,7 @@ PHP 4 NEWS reference). (Dmitry, Derick) - Fixed bug #33156 (cygwin version of setitimer doesn't accept ITIMER_PROF). (Nuno) +- Fixed bug #32589 (possible crash inside imap_mail_compose() function). (Ilia) - Fixed bug #32160 (copying a file into itself leads to data loss). (Ilia) - Fixed bug #31158 (array_splice on $GLOBALS crashes). (Dmitry) - Fixed bug #29253 (array_diff with $GLOBALS argument fails). (Dmitry)