summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 512d99ccd..f208f51ec 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
2009-03-20 Werner Lemberg <wl@gnu.org>
+ Protect against malformed compressed data.
+
+ Problem reported by Tavis Ormandy <taviso@google.com>.
+
+ * src/lsw/ftzopen.c (ft_lzwstate_io): Test whether `state->prefix' is
+ zero.
+
+2009-03-20 Werner Lemberg <wl@gnu.org>
+
Protect against invalid SID values in CFFs.
Problem reported by Tavis Ormandy <taviso@google.com>.