Skip to content

Commit

Permalink
add fuzzers for http server and pico parser
Browse files Browse the repository at this point in the history
  • Loading branch information
anthony committed Nov 18, 2024
1 parent 4f66f08 commit b46d581
Show file tree
Hide file tree
Showing 3 changed files with 864 additions and 66 deletions.
1 change: 1 addition & 0 deletions src/ballet/http/Local.mk
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,5 @@ $(call make-unit-test,test_live_http_server,test_live_http_server,fd_ballet fd_u

ifdef FD_HAS_HOSTED
$(call make-fuzz-test,fuzz_picohttpparser,fuzz_picohttpparser,fd_ballet fd_util)
$(call make-fuzz-test,fuzz_httpserver,fuzz_httpserver,fd_ballet fd_util)
endif
Loading

0 comments on commit b46d581

Please sign in to comment.