From 09f829d9968815e307a13fed5bb839769a2f438c Mon Sep 17 00:00:00 2001 From: Kalle Sommer Nielsen Date: Sun, 29 Oct 2017 16:36:34 +0100 Subject: [PATCH] Remove these old comments, as for the TODO, there is already a FR for this --- ext/exif/exif.c | 14 -------------- 1 file changed, 14 deletions(-) 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 -- 2.50.1