Max Dymond
Max Dymond
The method I use (and that I should really document in the REPRODUCING guide) is: - Use ossfuzz - `python3 infra/helper.py build_image curl` - `python3 infra/helper.py build_fuzzers curl` - Copy...
Thanks for the report! I'll try and look into it shortly.
@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...
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 `multistate` macro call in...
> ## Cmake and C++ > > To make debugging and development easy, I use C++ (it's my primary language) and cmake because it is easy to get an IDE...
> > ## The internal fuzzers > > These have to go "inside" curl, since they need internal headers which are hidden otherwise (I might be wrong, but I am...
> > > I just saw that the existing fuzzers have made doh requests which I added 14 days ago #30, but still have not gotten a working reply! That...
Thanks for this - sorry I haven't responded sooner. The autoformatter has made comparing the code a bit more tricky than expected; the current code is "curl"-style, so I don't...
Will follow up shortly here - have not been well recently so am only just getting back to tech things.
> * A clang format would be wonderful. Is it possible to use the one [on the curl wiki](https://github.com/curl/curl/wiki/clang-format-style)? > Unsure to be honest. I have only used the perl...