1
0
mirror of https://github.com/php/php-src.git synced 2026-04-28 18:53:33 +02:00

Remove these old comments, as for the TODO, there is already a FR for this

This commit is contained in:
Kalle Sommer Nielsen
2017-10-29 16:36:34 +01:00
parent 2c691f97c8
commit 09f829d996
-14
View File
@@ -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