Details
Details
Diff Detail
Diff Detail
- Build Status
Buildable 15283 Build 15283: arc lint + arc unit
Event Timeline
Comment Actions
ouch. 10 is too magic.
I've seen hundreds of these printed in a row, i.e. 10 will be too small.
in other cases 10 will be to large.
I wonder if we want to print it as one more number in regular Fuzzer::PrintStats lines, e.g. "lim: 123", like here:
#3145 REDUCE cov: 6 ft: 7 corp: 5/9b lim: 123 exec/s: 0 rss: 37Mb
If so, we'll need to also update the docs to explain what that is.
I am not sure, there might be another better way.
Comment Actions
- Revert "[libFuzzer] Reduce frequency of TEMP_MAX_LEN prints."
- Print TEMP_MAX_LEN in Fuzzer::PrintStats.