mirror of
https://github.com/TokTok/c-toxcore
synced 2026-03-29 13:59:52 +00:00
fuzz_select_target wasn't selecting anything, so fuzzers using that function either did nothing or would only ever select one of the functions.
8 lines
217 B
Bash
Executable File
8 lines
217 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# Move to repo root
|
|
cd ../
|
|
|
|
# Run code coverage only on minized corpus to save time
|
|
afl-cov --cover-corpus -d ./_afl_out --overwrite --live --coverage-cmd "_cov_build/bootstrap_fuzz_test @@" --code-dir ../
|