dvyukov / go-fuzz

Randomized testing for Go
Apache License 2.0
4.78k stars 279 forks source link

Fix incorrect input region range #318

Closed oraluben closed 3 years ago

oraluben commented 3 years ago

Trivial fix. The original version works because input region and sonar region have exactly same size.

I encountered this issue when trying to customize their size.

dvyukov commented 3 years ago

Good catch!