summaryrefslogtreecommitdiffstats
path: root/libdwfl/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <[email protected]>2009-08-26 01:27:59 -0700
committerRoland McGrath <[email protected]>2009-08-26 01:27:59 -0700
commitae1d7dc16530898192929ea2a8faea803282a3b3 (patch)
tree64f30a68288f583b9c46a71964880613cde84ec6 /libdwfl/ChangeLog
parentd6ccdc1a05f27bf0bb5d802ec14f879aa9fe3e98 (diff)
Fix bzip2 support for non-mmap case.
Diffstat (limited to 'libdwfl/ChangeLog')
-rw-r--r--libdwfl/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/libdwfl/ChangeLog b/libdwfl/ChangeLog
index c5b8edf3..ddfd3259 100644
--- a/libdwfl/ChangeLog
+++ b/libdwfl/ChangeLog
@@ -2,6 +2,8 @@
* gzip.c (mapped_zImage): Limit scan to 32kb.
Make this unconditional, support bzip2 kernel images too.
+ (unzip): Use direct inflate method for non-mmap case too.
+ Only zlib uses the stream method.
2009-08-09 Roland McGrath <[email protected]>