diff options
Diffstat (limited to 'libical/TODO')
-rw-r--r-- | libical/TODO | 4 |
1 files changed, 4 insertions, 0 deletions
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. |