memorysafety / zlib-rs

A safer zlib
zlib License
75 stars 6 forks source link

Insufficient compress space #73

Closed folkertdev closed 4 months ago

folkertdev commented 4 months ago

the fuzzer reserved insufficient space for the compressed file. Bumping it by another factor of 2 will suffice for now. This also hits some interesting edge cases in the logic.

codecov[bot] commented 4 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 88.68%. Comparing base (39fabdc) to head (55f8897).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #73 +/- ## ========================================== + Coverage 88.03% 88.68% +0.64% ========================================== Files 34 34 Lines 8543 8579 +36 ========================================== + Hits 7521 7608 +87 + Misses 1022 971 -51 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.