Skip to content

Commit 0af889c

Browse files
authored
httparse: Add missing fuzzers (#13277)
These fuzzers were not included into OSS-Fuzz project
1 parent 64b06af commit 0af889c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

projects/httparse/build.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,6 @@ cargo fuzz build -O
2020
cp fuzz/target/x86_64-unknown-linux-gnu/release/parse_request $OUT/
2121
cp fuzz/target/x86_64-unknown-linux-gnu/release/parse_headers $OUT/
2222
cp fuzz/target/x86_64-unknown-linux-gnu/release/parse_chunk_size $OUT/
23+
cp fuzz/target/x86_64-unknown-linux-gnu/release/parse_response $OUT/
24+
cp fuzz/target/x86_64-unknown-linux-gnu/release/parse_request_multspaces $OUT/
25+
cp fuzz/target/x86_64-unknown-linux-gnu/release/parse_response_multspaces $OUT/

0 commit comments

Comments
 (0)