rust-fuzz / honggfuzz-rs

Fuzz your Rust code with Google-developed Honggfuzz !
https://crates.io/crates/honggfuzz
Apache License 2.0
448 stars 40 forks source link

`memmap` is unmaintained (RUSTSEC-2020-0077) #62

Closed tizoc closed 2 years ago

tizoc commented 2 years ago

See: https://rustsec.org/advisories/RUSTSEC-2020-0077.html

An alternative is https://github.com/RazrFalcon/memmap2-rs

atouchet commented 2 years ago

This was addressed in #55.

PaulGrandperrin commented 2 years ago

as @atouchet said, I merged #55 a long time ago but it seems mapr is getting unmaintained too :) So as @tizoc suggested, I'm moving to memmap2-rs!