mirror of
https://cagebreak.project-repo.co/cagebreak.git
synced 2026-08-22 13:34:18 +02:00
Add sanitizers to fuzzer workflow
This commit is contained in:
parent
f25e5d9ec3
commit
9608770bc7
1 changed files with 1 additions and 1 deletions
|
|
@ -174,7 +174,7 @@ Here is an example workflow:
|
|||
|
||||
```
|
||||
rm -rf build
|
||||
CC=clang meson build -Dfuzz=true
|
||||
CC=clang meson build -Dfuzz=true -Db_sanitize=address,undefined -Db_lundef=false
|
||||
ninja -C build/
|
||||
mkdir build/fuzz_corpus
|
||||
cp examples/config build/fuzz_corpus/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue