bookmoons
bookmoons
If my fuzz function panics, it seems to cause cessation of all fuzzing. Output starts showing `execs: 0 (0/sec)`. Not sure if that's the expected behavior or not. I was...
Hello. What would you think about integrating with a fuzzing service? It could catch bugs. [Fuzzit](https://fuzzit.dev/) gives free service for open source. This patch fuzzes `DoString()`. I ran for a...
Hi guys. What would you think about integrating continuous fuzzing? Fuzzit gives free service for open source projects. This patch fuzzes unmarshaling, decoding, and stream decoding. Setup is like this:...
Proposing to integrate with [Fuzzit](https://fuzzit.dev/) to get some bug discovery running. This patch writes fuzz to envvars then runs `Process()` to detect any crashes. A local run has found a...