Skip to content

Commit 8afffab

Browse files
fuzz: OSS-fuzz build scripts into this repo
And also enable debug assertions to try and catch more bugs.
1 parent 6fb1810 commit 8afffab

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

fuzz/oss-fuzz-build.sh

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/bin/bash -eu
2+
cd $SRC/regex
3+
cargo fuzz build -O --debug-assertions
4+
cp fuzz/target/x86_64-unknown-linux-gnu/release/fuzz_regex_match $OUT/

0 commit comments

Comments
 (0)