Skip to content

Commit

Permalink
fasthttp: update fuzz targets
Browse files Browse the repository at this point in the history
  • Loading branch information
erikdubbelboer committed Jan 9, 2024
1 parent 6c19a0f commit 36158d9
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions projects/fasthttp/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,8 @@
#
################################################################################




ls fuzzit/ | while read target
do
compile_go_fuzzer github.com/valyala/fasthttp/fuzzit/$target Fuzz fuzz_$target gofuzz
done
compile_go_fuzzer github.com/valyala/fasthttp FuzzCookieParse fuzzCookieParse
compile_go_fuzzer github.com/valyala/fasthttp FuzzVisitHeaderParams fuzzVisitHeaderParams
compile_go_fuzzer github.com/valyala/fasthttp FuzzResponseReadLimitBody fuzzResponseReadLimitBody
compile_go_fuzzer github.com/valyala/fasthttp FuzzRequestReadLimitBody fuzzRequestReadLimitBody
compile_go_fuzzer github.com/valyala/fasthttp FuzzURIUpdateBytes fuzzURIUpdateBytes

0 comments on commit 36158d9

Please sign in to comment.