MP GOWTHAM 98ec000e62 XPRESS: fix empty-output EOD underflow, raise output cap to 32 MiB
The mid-stream end-of-data-as-match(3,1) fallback indexed out[-1] when
the output was still empty, pushing undefined into the result; guard it
the same way the Go and C ports now do. Also raise MAX_DECOMPRESSED
from 1 MiB to 32 MiB (WIM chunks can be up to 32 MiB; WOF is 1 MiB)
and update the author tags to the real email. Found by the FuzzXpress
target added to klauspost/compress.
2026-08-14 18:54:45 +05:30
..