projects
/
proxmark3-svn
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
ADD: changed the annotation for 14b, it now shows WUPB/REQB and number of slots we...
[proxmark3-svn]
/
zlib
/
inflate.c
diff --git
a/zlib/inflate.c
b/zlib/inflate.c
index 091b9a22fe87d53992535cf57fa2a2099c4fb61b..4e9c07ce5424829aebdb3eb6d9e599d57da734a7 100644
(file)
--- a/
zlib/inflate.c
+++ b/
zlib/inflate.c
@@
-1509,8
+1509,8
@@
int subvert;
if (strm == Z_NULL || strm->state == Z_NULL) return Z_STREAM_ERROR;
state = (struct inflate_state FAR *)strm->state;
if (strm == Z_NULL || strm->state == Z_NULL) return Z_STREAM_ERROR;
state = (struct inflate_state FAR *)strm->state;
- state->sane = !subvert;
#ifdef INFLATE_ALLOW_INVALID_DISTANCE_TOOFAR_ARRR
#ifdef INFLATE_ALLOW_INVALID_DISTANCE_TOOFAR_ARRR
+ state->sane = !subvert;
return Z_OK;
#else
state->sane = 1;
return Z_OK;
#else
state->sane = 1;
Impressum
,
Datenschutz