LPGhatguy / thunderdome

Arena type inspired by generational-arena
Apache License 2.0
191 stars 15 forks source link

Fuzzing #5

Open LPGhatguy opened 3 years ago

LPGhatguy commented 3 years ago

Even though this code was written with care and has a test suite, there's still potential for unexpected issues. Setting up fuzzing would help vet this code more thoroughly.

I don't have any experience in this area, so it might be a good learning exercise too.

tyler274 commented 1 year ago

I think this is the suggested resource https://rust-fuzz.github.io/book/cargo-fuzz.html