From 1cf323ec4e065b35235a8844626934e1a044bd38 Mon Sep 17 00:00:00 2001 From: Max Dymond Date: Tue, 29 Aug 2017 23:03:50 +0100 Subject: [PATCH] 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 --- .gitignore | 2 ++ tests/fuzz/curl_fuzz_data/test100 | Bin 0 -> 675 bytes tests/fuzz/curl_fuzz_data/test1326 | Bin 0 -> 62 bytes tests/fuzz/curl_fuzz_data/test1450 | Bin 0 -> 98 bytes tests/fuzz/curl_fuzz_data/test271 | Bin 0 -> 74 bytes tests/fuzz/curl_fuzz_data/test800 | Bin 0 -> 137 bytes tests/fuzz/curl_fuzz_data/test850 | Bin 0 -> 130 bytes 7 files changed, 2 insertions(+) create mode 100644 tests/fuzz/curl_fuzz_data/test100 create mode 100644 tests/fuzz/curl_fuzz_data/test1326 create mode 100644 tests/fuzz/curl_fuzz_data/test1450 create mode 100644 tests/fuzz/curl_fuzz_data/test271 create mode 100644 tests/fuzz/curl_fuzz_data/test800 create mode 100644 tests/fuzz/curl_fuzz_data/test850 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 diff --git a/tests/fuzz/curl_fuzz_data/test100 b/tests/fuzz/curl_fuzz_data/test100 new file mode 100644 index 0000000000000000000000000000000000000000..b58d9335ae7ebfca3f08048555eca9977c1e37bb GIT binary patch literal 675 zcmbV|-A;or9L4J{Nq7ZwUZBvH@lh^JOtu@7Y2q6&sL`a3rIgLRy)6TcGsKVfAKG3V z&N)AFMF_cmvimZQxyU2tHZKb)MQl}PDQ7Gu3qlqr+uBM)urO%M@y$>_01C*$9e#aW z{3GQ854D95;7Q3cME@3ED#fSMH_J_R0tCRN%ux46Q=_!1I@N^%HFO-8kAwM`e)01$ zev=e;y#~+5pFFN_SDSShXy1C6K{BI8j+Lq%i$N{1ec6HDpzloVt{%Yv?#xciWSH3b zWUfe#Mjb|aQ-Gfs2Y>B2l?sQu<(X)NkfAGI=4@g`|=bu8^dfxvFzA3ts@@1JM R*!SBD*Yvlo9kehAgLiL=k_-R< literal 0 HcmV?d00001 diff --git a/tests/fuzz/curl_fuzz_data/test1326 b/tests/fuzz/curl_fuzz_data/test1326 new file mode 100644 index 0000000000000000000000000000000000000000..8801fac96b89a05e0c2507d079de57ffe5115d64 GIT binary patch literal 62 zcmZQzWME(rFGRD#Ny0k1}2~qOCuu#1(34h)S|M~ tA_bd@y!`xvlFaz`dkegVNoRM101pv1N8^Qnp literal 0 HcmV?d00001 diff --git a/tests/fuzz/curl_fuzz_data/test271 b/tests/fuzz/curl_fuzz_data/test271 new file mode 100644 index 0000000000000000000000000000000000000000..3a26767f7e90f6525ddfdee3e4e68314268d585a GIT binary patch literal 74 zcmZQzWME*BDoHCTu+rBzG&0vS076463rkCLeSITyLk1?Gyh@@%az<%hwnBayS4v_@ aB3DsrNoi4DY6_P^NxnjIPG)Le2^RoRtrENd literal 0 HcmV?d00001 diff --git a/tests/fuzz/curl_fuzz_data/test800 b/tests/fuzz/curl_fuzz_data/test800 new file mode 100644 index 0000000000000000000000000000000000000000..a5899be43dd4086ec49cdba0615b18b9b203bd9b GIT binary patch literal 137 zcmZQzWME)W$jnVFu+rBzG&0vS07646O9KOAeG3Bved|z97h6LHCZH;Jx1#)9D}~%t zhvNL))bfnfqEue4kbEnJw8ZRGhrE2K2rpMseo7@T7cZBtE-#mYLS=qwQL#dCW?nK- cLk>`aff;BROKEXx5d#a5#a5h}T$EY@0Lnok5C8xG literal 0 HcmV?d00001 diff --git a/tests/fuzz/curl_fuzz_data/test850 b/tests/fuzz/curl_fuzz_data/test850 new file mode 100644 index 0000000000000000000000000000000000000000..22c08dcfc6b7d666057a33005041dca1c2bd61bf GIT binary patch literal 130 zcmZQzWME*BEXXe~w$j%(G&0vS07646O9KN#eG5|q1}31iyIWCyu9ZS=szY&pZfbc( zYEddLS4h5my4H6SC^MdL7_6gw5V92I5RI9s38X^!N3eO VjHR?VwTOWQ$YLu_O)g3;0RY>HAT0m@ literal 0 HcmV?d00001 -- 2.50.1