trifectatechfoundation / zlib-rs

A safer zlib
zlib License
139 stars 15 forks source link

fix for reading/writing uninitialized memory #211

Closed folkertdev closed 1 month ago

folkertdev commented 1 month ago

The issues were in unreleased code, so there is not much of a risk here. Glad we caught it though.

I've also fixed the rest of the test-libz-rs-sys tests so that they can run under miri. I'll add some CI infra for that in a followup (probably requires some fighting with github CI).

cc @inahga