summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorChristos Zoulas <christos@zoulas.com>2005-01-07 19:17:24 +0000
committerChristos Zoulas <christos@zoulas.com>2005-01-07 19:17:24 +0000
commit078e11ce780213f6bb34a4be320bfcbd86ff2424 (patch)
treed055ca922de2c34c060bf5fca59e8fb308438d58 /ChangeLog
parent66255bcfe69c93d7c6ef44baa192cf9bcc5d61ad (diff)
downloadfile-git-078e11ce780213f6bb34a4be320bfcbd86ff2424.tar.gz
Fix bzip2 issue
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c7ca5450..62143e10 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2004-12-07 14:15 Christos Zoulas <christos@zoulas.com>
+
+ * bzip2 needs a lot of input buffer space on some files
+ before it can begin uncompressing. This makes file -z
+ fail on some bz2 files. Fix it by giving it a copy of
+ the file descriptor to read as much as it wants if we
+ have access to it. <christos@zoulas.com>
+
2004-11-24 12:39 Christos Zoulas <christos@zoulas.com>
* Stack smash fix, and ELF more conservative reading.