X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/704d552a776c35f4792971c739737047c0396205..8ceb1addcda95b0733281ddc4d2062a0f03eefc6:/zlib/inflate.c diff --git a/zlib/inflate.c b/zlib/inflate.c index 091b9a22..4e9c07ce 100644 --- 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; - state->sane = !subvert; #ifdef INFLATE_ALLOW_INVALID_DISTANCE_TOOFAR_ARRR + state->sane = !subvert; return Z_OK; #else state->sane = 1;