forked from pool/busybox
15 lines
398 B
Diff
15 lines
398 B
Diff
---
|
|
archival/libunarchive/decompress_unzip.c | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
--- a/archival/libunarchive/decompress_unzip.c
|
|
+++ b/archival/libunarchive/decompress_unzip.c
|
|
@@ -1178,6 +1178,7 @@ unpack_gz_stream(int in, int out)
|
|
ALLOC_STATE;
|
|
bytebuffer_max = 0x8000;
|
|
bytebuffer = xmalloc(bytebuffer_max);
|
|
+ gunzip_src_fd = in;
|
|
|
|
again:
|
|
if (!check_header_gzip(PASS_STATE_ONLY)) {
|