1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00
curl/tests/fuzz
Viktor Szakats b801b453af whitespace fixes
- replace tabs with spaces where possible
- remove line ending spaces
- remove double/triple newlines at EOF
- fix a non-UTF-8 character
- cleanup a few indentations/line continuations
  in manual examples

Closes https://github.com/curl/curl/pull/3037
2018-09-23 22:24:02 +00:00
..
download_fuzzer.sh whitespace fixes 2018-09-23 22:24:02 +00:00
README fuzzer: move to using external curl-fuzzer 2017-10-04 15:33:36 +02:00

Fuzz tests
==========

The fuzzing tests for curl have been moved to a separate repository:

https://github.com/curl/curl-fuzzer

More information on how to get started with curl fuzz testing can be found there.