Commit Graph

6 Commits

Author SHA1 Message Date
Max Dymond 069d366abe Ensure curl and curl-fuzzer are extracted to src (#875)
Fixes #874
2017-10-02 07:47:55 -07:00
Max Dymond bf16050624 [curl] Move to using separated repository (#855)
The curl fuzzer has been moved into its own repository,
http://github.com/curl/curl-fuzzer. For oss-fuzz this means it needs to
check out two codebases and compile them.
2017-09-25 07:51:07 -07:00
Max Dymond 253df53796 Update curl to take advantage of new native fuzzing (#810)
curl is now moving towards having native fuzzing capabilities in line
with
https://github.com/google/oss-fuzz/blob/master/docs/ideal_integration.md.
It now ticks a lot of the boxes:

- It's maintained in Git
- It's built with the rest of the tests in Travis
- It has a seed corpus (currently quite basic)
- It's continuously tested on the seed corpus with ASan
- It's fast and has no OOMs
2017-09-02 06:33:55 -07:00
inferno-chromium 20c48c6e08 Add seed corpus for curl fuzzer. Also update length for tests. (#172) 2016-12-12 10:19:45 -08:00
Mike Aizatsky 3dd707ed58 [infra] using -lFuzzingEngine instead of -lfuzzer 2016-12-07 11:41:08 -08:00
Mike Aizatsky a143b9b39a [infra] renaming targets/ to projects/ 2016-11-29 10:55:25 -08:00