From aa6810479e0a8a42f49d12289b42da2ec47cba3a Mon Sep 17 00:00:00 2001 From: Ilia Alshanetsky Date: Tue, 8 Apr 2003 00:22:37 +0000 Subject: [PATCH] exif reminder --- TODO_SEGFAULTS | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/TODO_SEGFAULTS b/TODO_SEGFAULTS index deba58fefb..de2dff94de 100644 --- a/TODO_SEGFAULTS +++ b/TODO_SEGFAULTS @@ -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' \ -- 2.50.1