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
Reproduce: run FUZZ_VERBOSE=1 ./curl_fuzzer unstable_output a few times, you should be able to observe that the field FUZZ[0]: Received 284 bytes would sometimes be FUZZ[0]: Received 283 bytes.
The text was updated successfully, but these errors were encountered:
Hi,
I compiled
curl-fuzzer
using./mainline.sh
. I found that for some inputs, the output ofcurl_fuzzer
would change per run.FUZZ_VERBOSE=1 ./curl_fuzzer unstable_output
a few times, you should be able to observe that the fieldFUZZ[0]: Received 284 bytes
would sometimes beFUZZ[0]: Received 283 bytes
.The text was updated successfully, but these errors were encountered: