Skip to content

Commit

Permalink
fuzz: OSS-fuzz build scripts into this repo
Browse files Browse the repository at this point in the history
And also enable debug assertions to try and catch
more bugs.
  • Loading branch information
silvergasp committed May 22, 2023
1 parent 6fb1810 commit 8afffab
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions fuzz/oss-fuzz-build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/bash -eu
cd $SRC/regex
cargo fuzz build -O --debug-assertions
cp fuzz/target/x86_64-unknown-linux-gnu/release/fuzz_regex_match $OUT/

0 comments on commit 8afffab

Please sign in to comment.