cmd/go: minimization during fuzzing can print several redundant lines #48709
Labels
FrozenDueToAge
fuzz
Issues related to native fuzzing support
NeedsFix
The path to resolution is known, but the work has not been done.
release-blocker
Milestone
I fuzzed the target provided in #48320 with
-v
, and the command line output looks pretty messy. It seems to be logging every single time the minimizer was able to create a crash with a smaller value, which ended up being ~200 times. Let's reduce this to only the most recent crash, if possible./cc @golang/fuzzing
The text was updated successfully, but these errors were encountered: