▲ | raddan 5 days ago | ||||||||||||||||||||||
You can often find memory errors not directly related to string handling with fuzz testing. More generally, if your program embodies any kind of state machine, you may find that a good fuzzer drives it into states that you did not think should exist. | |||||||||||||||||||||||
▲ | manmal 5 days ago | parent [-] | ||||||||||||||||||||||
That sounds a bit like using a jackhammer to drive in a nail. Wouldn’t it be smarter to enumerate edge cases and test all permutations of those? | |||||||||||||||||||||||
|