aboutsummaryrefslogtreecommitdiff
path: root/dep/zlib/infback.c
diff options
context:
space:
mode:
authorNayd <dnpd.dd@gmail.com>2014-12-24 17:45:29 +0000
committerNayd <dnpd.dd@gmail.com>2014-12-24 17:45:29 +0000
commit09f57db03d352a12d18d06a9c1616045f233dc4d (patch)
tree42859cfd2326884b3325345b96f21b2cb1136ebb /dep/zlib/infback.c
parent33a492e822425506884f5ca3d3baef8d5d7d94d7 (diff)
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"
Diffstat (limited to 'dep/zlib/infback.c')
-rw-r--r--dep/zlib/infback.c2
1 files changed, 1 insertions, 1 deletions
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 */