From bf506fe494922509d1195ba021f9c79514be4009 Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Thu, 8 Jan 2009 15:09:12 -0800 Subject: [PATCH] --- yaml --- r: 137049 b: refs/heads/master c: 5619448fc55650cb76cbb825e16e4bb5d1390399 h: refs/heads/master i: 137047: 7c33c4527b237fd2bec99ac244db0148a54bfee9 v: v3 --- [refs] | 2 +- trunk/lib/decompress_inflate.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index a3f310892ae9..126e60543c23 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: a26ee60f90daffe1de6be0d093af86e7279b3dfd +refs/heads/master: 5619448fc55650cb76cbb825e16e4bb5d1390399 diff --git a/trunk/lib/decompress_inflate.c b/trunk/lib/decompress_inflate.c index 163e66aea5f6..d2e7c758d1ca 100644 --- a/trunk/lib/decompress_inflate.c +++ b/trunk/lib/decompress_inflate.c @@ -41,7 +41,7 @@ STATIC int INIT gunzip(unsigned char *buf, int len, set_error_fn(error_fn); rc = -1; if (flush) { - out_len = 0x8100; /* 32 K */ + out_len = 0x8000; /* 32 K */ out_buf = malloc(out_len); } else { out_len = 0x7fffffff; /* no limit */