mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-28 02:50:21 +08:00
FIX: Coverity Scan, #if - else -#endif statement most likely one row row.
This commit is contained in:
parent
704d552a77
commit
8ceb1addcd
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue