mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 08:25:20 +09:00
ci: pass max_total_time to libFuzzer
Since clang was updated to 9.0.1 libFuzzer has been exiting with 72 when it's run with timeout. Let's pass -max_total_time to it instead.
This commit is contained in:
@@ -17,7 +17,7 @@ pip3 install meson
|
||||
cd $REPO_ROOT
|
||||
export PATH="$HOME/.local/bin/:$PATH"
|
||||
tools/oss-fuzz.sh
|
||||
timeout --preserve-status 5 ./out/fuzz-unit-file
|
||||
./out/fuzz-unit-file -max_total_time=5
|
||||
git clean -dxff
|
||||
|
||||
wget https://app.fuzzbuzz.io/releases/cli/latest/linux/fuzzbuzz
|
||||
|
||||
Reference in New Issue
Block a user