X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/5ce7e22af68d8fc45cd08baff67d6e49ac584f43..b82c2f85e457f361b119d21a31f3263ac3489cc8:/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;