-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Incorrect / Inconsistent result produced by curl_fuzzer #50
Comments
Thanks for the report! I'll try and look into it shortly. |
BTW, I disabled all sanitizers when compiling. |
@shao-hua-li I've tried to build the fuzzers using docker's gcc:11 image and I'm struggling to get there; mostly having issues in building curl itself statically. Did you have to do anything radical to get this building on your local system? |
Hi, I did the following:
|
I don't appear to be able to reproduce this using docker versions of gcc-11 and clang-13. The only potential difference here is that the 3 line
If that is the same result as yours - I don't think there's much we can do about it. I don't know if |
Hi, I also observed that the |
Hi there,
I compiled
curl-fuzzer
using./mainline.sh
withgcc11
andclang13
separately. I found that for some inputs, the two compiledcurl_fuzzer
would emit different results.Let
curl_fuzzer_gcc11
denotegcc11
compiledcurl_fuzzer
;curl_fuzzer_clang13
denoteclang13
compiled one. Reproduce as follows:The text was updated successfully, but these errors were encountered: