memorysafety / zlib-rs

A safer zlib
zlib License
75 stars 6 forks source link

fix `inflate::uncompress` bug #116

Closed folkertdev closed 2 weeks ago

folkertdev commented 2 weeks ago

This could access out of bounds memory. The cause is just a silly mixup of avail_in and avail_out