diff options
author | Max Dymond <cmeister2@gmail.com> | 2017-08-29 23:03:50 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2017-09-01 11:23:07 +0200 |
commit | 1cf323ec4e065b35235a8844626934e1a044bd38 (patch) | |
tree | d6da8df82cc7b99a53101c6ff9f377ef4a41b24c /.gitignore | |
parent | efeb4a317616b0437a26277945bd300eaffe96d7 (diff) | |
download | curl-1cf323ec4e065b35235a8844626934e1a044bd38.tar.gz |
ossfuzz: additional seed corpora
Create simple seed corpora for:
- FTP
- telnet
- dict
- tftp
- imap
- pop3
based off the tests of the same number.
Closes #1842
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index e3c2f3455..38c414e0f 100644 --- a/.gitignore +++ b/.gitignore @@ -53,3 +53,5 @@ mkinstalldirs tags test-driver scripts/_curl +curl_fuzzer +curl_fuzzer_seed_corpus.zip |