Frommi / miniz_oxide

Rust replacement for miniz
MIT License
168 stars 48 forks source link

Fix output size limit handling #121

Closed Shnatsel closed 1 year ago

Shnatsel commented 1 year ago

Fixes #119

oyvindln commented 1 year ago

Thanks, nice work!

Shnatsel commented 1 year ago

Thanks for merging this quickly!

I'd appreciate a new release with this fix, as well. I have some code depending on the *_with_limit functions.

oyvindln commented 1 year ago

Yeah will try to get one out pretty quickly.

johannesvollmer commented 1 year ago

Cool :)

Shnatsel commented 1 year ago

Is there a chance to backport this to the 0.5.x series? The *_with_limit functions were introduced in 0.5.x, so it would be great if a semver-compatible version with the fix was available.

oyvindln commented 1 year ago

Yeah that shouldn't be too hard.