1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-02 19:57:38 +03:00

add busybox gunzip/ipkg fix from #2691 (thanks, biblbroks)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9546 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2007-11-12 21:41:25 +00:00
parent 21f4cf973f
commit 3c4461ee1a

View File

@ -0,0 +1,11 @@
diff -Naur a/archival/libunarchive/decompress_unzip.c b/archival/libunarchive/decompress_unzip.c
--- a/archival/libunarchive/decompress_unzip.c 2007-11-10 02:40:48.000000000 +0100
+++ b/archival/libunarchive/decompress_unzip.c 2007-11-12 02:34:43.000000000 +0100
@@ -1178,6 +1178,7 @@
ALLOC_STATE;
bytebuffer_max = 0x8000;
bytebuffer = xmalloc(bytebuffer_max);
+ gunzip_src_fd = in;
again:
if (!check_header_gzip(PASS_STATE_ONLY)) {