Genivia / ugrep

NEW ugrep 6.5: a more powerful, ultra fast, user-friendly, compatible grep. Includes a TUI, Google-like Boolean search with AND/OR/NOT, fuzzy search, hexdumps, searches (nested) archives (zip, 7z, tar, pax, cpio), compressed files (gz, Z, bz2, lzma, xz, lz4, zstd, brotli), pdfs, docs, and more
https://ugrep.com
BSD 3-Clause "New" or "Revised" License
2.57k stars 109 forks source link

Fixes #313 fix segfault and hang when zlib inflate ret value is below 0 #314

Closed mmyjona closed 10 months ago

mmyjona commented 10 months ago

it seems when you call inflate again when the last inflate call return code is below zero, zlib just crash.