Tech
How to fuzz a Rust program
Manish Goregaokar [https://twitter.com/Manishearth] wrote a brilliant blog post [https://manishearth.github.io/blog/2017/03/02/mitigating-underhandedness-fuzzing-your-code/] about cargo-fuzz [https://github.com/rust-fuzz/cargo-fuzz] and its use in fuzzing Rust programs. Since that post, I have pushed code to update the default fuzz target template and to