richgel999 / miniz

miniz: Single C source file zlib-replacement library, originally from code.google.com/p/miniz
MIT License
2.2k stars 322 forks source link

Remove parameter check in `tinfl_decompress` that breaks `tinfl_decompress_mem_to_heap` #288

Closed jpcha2 closed 11 months ago

jpcha2 commented 1 year ago

Remove parameter check in tinfl_decompress() that breaks tinfl_decompress_mem_to_heap() as a follow up to the discussion on pull request #268