mirror of
https://github.com/openharmony/third_party_minimp3.git
synced 2026-07-01 10:05:26 -04:00
fuzz: use asan/ubsan (AFL_HARDEN=1) is not enough
This commit is contained in:
+1
-1
@@ -1 +1 @@
|
||||
AFL_HARDEN=1 afl/afl-clang-fast fuzz.c -O2 -o fuzz
|
||||
AFL_HARDEN=1 afl/afl-clang-fast -fsanitize=address,undefined -fno-sanitize-recover=address,undefined -O2 -o fuzz fuzz.c
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env bash
|
||||
cd "${0%/*}"
|
||||
|
||||
afl/afl-fuzz -m 50 -i ../vectors/fuzz -o findings ./fuzz
|
||||
afl/afl-fuzz -m none -i ../vectors/fuzz -o findings ./fuzz
|
||||
|
||||
Reference in New Issue
Block a user