]> granicus.if.org Git - php/commitdiff
exif reminder
authorIlia Alshanetsky <iliaa@php.net>
Tue, 8 Apr 2003 00:22:37 +0000 (00:22 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Tue, 8 Apr 2003 00:22:37 +0000 (00:22 +0000)
TODO_SEGFAULTS

index deba58fefb35563b86b8d8fdc95639c2c172b2a5..de2dff94ded7b961e2e3ec88fcad90a6ca55ab59 100644 (file)
@@ -30,6 +30,7 @@ Open:
     php_imagepolygon            (4)
     imagesetstyle               (5)
     bundled gd                  (6)
+    exif extension             (7)
        
 (1) heap corruption, mostly visible in malloc-related calls.  Whether you see 
     this or not might depend on your libc/compiler.  Hard to track down,
@@ -93,6 +94,10 @@ Methodology
     _gdImageGd2
     GetDataBlock (gd_gif_in.c)
 
+(7) few possible integer overflows, once safe_emalloc() or something similar
+    is implemented they can all be addressed.
+
+
 Ammendment 1.
 
 CFLAGS='-O0 -g' \