-
-
Notifications
You must be signed in to change notification settings - Fork 30
Open
Description
we miss the state->back = -1 in our code. no idea when that is useful, but probably a bug.
/* use inflate_fast() if we have enough input and output */
if (have >= INFLATE_FAST_MIN_HAVE && left >= INFLATE_FAST_MIN_LEFT) {
RESTORE();
functable.inflate_fast(strm, out);
LOAD();
if (state->mode == TYPE)
state->back = -1;
break;
}
state->back = 0;
Metadata
Metadata
Assignees
Labels
No labels