Skip to content

Commit

Permalink
[servo] fuzz xml5ever (#12595)
Browse files Browse the repository at this point in the history
Propagate to OSS fuzz from servo/html5ever#557.
  • Loading branch information
LeoDog896 authored Oct 14, 2024
1 parent 2a5c284 commit f566e1a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions projects/servo/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@ cd ..
cargo fuzz build -O
cp fuzz/target/x86_64-unknown-linux-gnu/release/fuzz_document_parse $OUT/

cd $SRC/html5ever/xml5ever/fuzz
cargo update -p serde --precise 1.0.200
cd ..
cargo fuzz build -O
cp fuzz/target/x86_64-unknown-linux-gnu/release/fuzz_document_parse $OUT/

cd $SRC/rust-cssparser
cargo fuzz build -O
cp fuzz/target/x86_64-unknown-linux-gnu/release/cssparser $OUT/fuzz-cssparser
Expand Down

0 comments on commit f566e1a

Please sign in to comment.