[h2o] Add options for http3 fuzzer (#5983)

Now that h2o merged a new fuzzer for http3 (https://github.com/h2o/h2o/pull/2696)
this commit adds options for running http3 fuzzer.
This commit is contained in:
Hajime Fujita 2021-06-30 04:18:57 -05:00 committed by GitHub
parent d6970e868f
commit f8d0ee3c89
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 0 deletions

View File

@ -22,6 +22,7 @@ cp ./h2o-fuzzer-* $OUT/
zip -jr $OUT/h2o-fuzzer-http1_seed_corpus.zip $SRC/h2o/fuzz/http1-corpus
zip -jr $OUT/h2o-fuzzer-http2_seed_corpus.zip $SRC/h2o/fuzz/http2-corpus
zip -jr $OUT/h2o-fuzzer-http3_seed_corpus.zip $SRC/h2o/fuzz/http3-corpus
zip -jr $OUT/h2o-fuzzer-url_seed_corpus.zip $SRC/h2o/fuzz/url-corpus
cp $SRC/*.options $SRC/h2o/fuzz/*.dict $OUT/

View File

@ -0,0 +1,4 @@
[libfuzzer]
close_fd_mask = 3
max_len = 16384
dict = http.dict