You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My typical configuration in cifuzzlite is -jobs=2 workers=2 -fork=1. However I have noticed that sometimes logs contain only information from one of the workers.
The libfuzzer workers dump whole fuzzing log to stderr at once. Looks like it doesn't work nicely because of the max_stdout_len=MAX_OUTPUT_LEN set in clusterfuzz.
I'm not sure why there is this max len in the first place. Would it be possible to increase it?