From 73a6d43a66a828b09e2c1b5a483405e6e0b5fa6a Mon Sep 17 00:00:00 2001 From: JP Rosevear Date: Thu, 24 Aug 2000 20:12:06 +0000 Subject: Fix minor conflicts. svn path=/trunk/; revision=5017 --- libical/TODO | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'libical/TODO') diff --git a/libical/TODO b/libical/TODO index b27e505b35..98d0c2d2b1 100644 --- a/libical/TODO +++ b/libical/TODO @@ -30,3 +30,7 @@ For some value types, if there illegal characters in the value ( like 4.56 in an integer value), the parser will output the characters to stdout. +Check all uses of strcpy and sprinf for buffer overflows + +Make the mime parsing code in sspm grow the list of parts as needed, +rather than having a hard limit. -- cgit