Skip to content

Commit 36dfe96

Browse files
committed
corpora: add altsvc, base64, and doh input seeds
1 parent ce8927d commit 36dfe96

24 files changed

+15
-0
lines changed

corpora/curl_fuzzer_altsvc/test_clear

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
clear;

corpora/curl_fuzzer_altsvc/test_h2

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
h2="example.com:8080"

corpora/curl_fuzzer_altsvc/test_h2_h3

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
h2="example.com:8080", h3="yesyes.com"
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
h2=":443", h3=":443"; ma = 120; persist = 1

corpora/curl_fuzzer_altsvc/test_h2_ma

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
h2="example.com:443"; ma = 120;
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
h2="example.net:443"; ma="180";

corpora/curl_fuzzer_altsvc/test_h3

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
h3=":8080"
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
h3=":-43"
2+

corpora/curl_fuzzer_base64/test_1234

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
MTIzNA==

corpora/curl_fuzzer_base64/test_abc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
YWJj

0 commit comments

Comments
 (0)