From: Christos Zoulas Date: Wed, 19 Aug 2009 19:55:49 +0000 (+0000) Subject: fix 3 parsing bugs (Ian Darwin) X-Git-Tag: FILE5_04~49 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e601df4ef72fdd9e5d93a007b72dc30fc958353a;p=file fix 3 parsing bugs (Ian Darwin) --- diff --git a/ChangeLog b/ChangeLog index 8c7e7313..309b1dc5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2009-08-19 15:55 Christos Zoulas + + * Fix 3 bugs (From Ian Darwin): + - file_showstr could move one past the end of the array + - parse_apple did not nul terminate the string in the overflow case + - parse_mime truncated the wrong string in the overflow case + 2009-07-15 10:05 Christos Zoulas * Fix logic for including mygetopts.h