google / gofuzz

Fuzz testing for go.
Apache License 2.0
1.5k stars 119 forks source link

Skip fields if falled through for chan, interface, etc. #39

Closed haoliangz closed 3 years ago

haoliangz commented 4 years ago

Before if a field is an interface, the fuzzer will panic directly. Now check if that field is skipped before doing panic