From: Kalle Sommer Nielsen Date: Sun, 29 Oct 2017 15:36:34 +0000 (+0100) Subject: Remove these old comments, as for the TODO, there is already a FR for this X-Git-Tag: php-7.3.0alpha1~1159^2~6 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=09f829d9968815e307a13fed5bb839769a2f438c;p=php Remove these old comments, as for the TODO, there is already a FR for this --- diff --git a/ext/exif/exif.c b/ext/exif/exif.c index 306b94dbe2..ae6569da83 100644 --- a/ext/exif/exif.c +++ b/ext/exif/exif.c @@ -19,20 +19,6 @@ /* $Id$ */ -/* ToDos - * - * See if example images from http://www.exif.org have illegal - * thumbnail sizes or if code is corrupt. - * Create/Update exif headers. - * Create/Remove/Update image thumbnails. - */ - -/* Security - * - * At current time i do not see any security problems but a potential - * attacker could generate an image with recursive ifd pointers...(Marcus) - */ - #ifdef HAVE_CONFIG_H #include "config.h" #endif