curl / curl-fuzzer

Quality assurance testing for the curl project
MIT License
82 stars 29 forks source link

solve download_zlib failure #39

Closed andreafioraldi closed 3 years ago

andreafioraldi commented 3 years ago

Hi, I was trying to compile curl-fuzzer in fuzzbench and the build failed when trying to unpack the zlib archive. This is due to a recent update of zlib.net that now seems behind a proxy or something similar. When downloading zlib with wget, it downloads an HTML page instead of the archive. To fix this problem, now the exact same archive (same MD5) is downloaded from the mirror provided by LIBPNG.

jay commented 3 years ago

I'm not able to reproduce.

cmeister2 commented 3 years ago

Same. Perhaps some temporary weirdness?

On Tue, 4 May 2021 at 21:16, Jay Satiro @.***> wrote:

I'm not able to reproduce.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/curl/curl-fuzzer/pull/39#issuecomment-832214369, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAPA36PHKNOIBBLGJAGL263TMBIYVANCNFSM44C5U7BA .

andreafioraldi commented 3 years ago

I'm not able to reproduce.

Yes for me works when using a different internet access but not from my office. Seems unlikely a problem of my network as the connection is https... but dunno, I will try again from other networks and update you.