]> granicus.if.org Git - file/commitdiff
fix 3 parsing bugs (Ian Darwin)
authorChristos Zoulas <christos@zoulas.com>
Wed, 19 Aug 2009 19:55:49 +0000 (19:55 +0000)
committerChristos Zoulas <christos@zoulas.com>
Wed, 19 Aug 2009 19:55:49 +0000 (19:55 +0000)
ChangeLog

index 8c7e731363c425f487aceef1d771eb59727cfaa8..309b1dc5d5def68c5454ba33a96b95b5cf5121ce 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2009-08-19  15:55  Christos Zoulas <christos@zoulas.com>
+
+       * 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 <christos@zoulas.com>
 
        * Fix logic for including mygetopts.h