]> granicus.if.org Git - php/commitdiff
Remove these old comments, as for the TODO, there is already a FR for this
authorKalle Sommer Nielsen <kalle@php.net>
Sun, 29 Oct 2017 15:36:34 +0000 (16:36 +0100)
committerKalle Sommer Nielsen <kalle@php.net>
Sun, 29 Oct 2017 15:36:34 +0000 (16:36 +0100)
ext/exif/exif.c

index 306b94dbe2b30552c836c631bd098f8bf5e924bb..ae6569da83f0e618cd8d1df127ad263ed694fb6b 100644 (file)
 
 /* $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