From: Pierre Joye Date: Thu, 28 May 2009 14:04:19 +0000 (+0000) Subject: - #48738 X-Git-Tag: php-5.2.10RC2~66 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=884c20439c5c94cad86bdf36a7071d295cdadc65;p=php - #48738 --- diff --git a/NEWS b/NEWS index 1ab6550c60..b3184deb40 100644 --- a/NEWS +++ b/NEWS @@ -19,6 +19,8 @@ PHP NEWS - Fixed segfault on invalid session.save_path. (Hannes) - Fixed leaks in imap when a mail_criteria is used. (Pierre) +- Fixed bug #48738 (exif_read_data() segfaults on certain corrupted .jpeg + files). (Pierre) - Fixed bug #48336 (ReflectionProperty::getDeclaringClass() does not work with redeclared property). (patch by Markus dot Lidel at shadowconnect dot com) - Fixed bug #48326 (constant MSG_DONTWAIT not defined). (Arnaud)