From 09f57db03d352a12d18d06a9c1616045f233dc4d Mon Sep 17 00:00:00 2001 From: Nayd Date: Wed, 24 Dec 2014 17:45:29 +0000 Subject: Dep/zlib: Update zlib from version 1.2.7 to 1.2.8 "Version 1.2.8 fixes a very rare bug in decompression. All users are encouraged to upgrade immediately. Version 1.2.8 also has these improvements: Add new inflateGetDictionary() function Fix bug where gzopen() immediately followed by gzclose() would write an empty file instead of an empty gzip stream. Fix bug in gzclose() when gzwrite() runs out of memory" --- dep/zlib/infback.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dep/zlib/infback.c') diff --git a/dep/zlib/infback.c b/dep/zlib/infback.c index 981aff17c2d..f3833c2e434 100644 --- a/dep/zlib/infback.c +++ b/dep/zlib/infback.c @@ -255,7 +255,7 @@ out_func out; void FAR *out_desc; { struct inflate_state FAR *state; - unsigned char FAR *next; /* next input */ + z_const unsigned char FAR *next; /* next input */ unsigned char FAR *put; /* next output */ unsigned have, left; /* available input and output */ unsigned long hold; /* bit buffer */ -- cgit v1.2.3