Closed folkertdev closed 1 month ago
in the zlib-ng code, the HEAD block of inflate has this bit
HEAD
if (state->head != NULL) state->head->done = -1;
which we don't appear to currently implement. We should figure out when this is important, add tests, and fix the problem.
fixed by https://github.com/trifectatechfoundation/zlib-rs/pull/217
in the zlib-ng code, the
HEAD
block of inflate has this bitwhich we don't appear to currently implement. We should figure out when this is important, add tests, and fix the problem.