mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-12 01:58:17 +00:00
afl-as: missing one format spec (for tsan perharps)
This commit is contained in:
@ -517,7 +517,7 @@ static void add_instrumentation(void) {
|
|||||||
} else {
|
} else {
|
||||||
|
|
||||||
char modeline[100];
|
char modeline[100];
|
||||||
snprintf(modeline, sizeof(modeline), "%s%s%s%s%s",
|
snprintf(modeline, sizeof(modeline), "%s%s%s%s%s%s",
|
||||||
getenv("AFL_HARDEN") ? "hardened" : "non-hardened",
|
getenv("AFL_HARDEN") ? "hardened" : "non-hardened",
|
||||||
getenv("AFL_USE_ASAN") ? ", ASAN" : "",
|
getenv("AFL_USE_ASAN") ? ", ASAN" : "",
|
||||||
getenv("AFL_USE_MSAN") ? ", MSAN" : "",
|
getenv("AFL_USE_MSAN") ? ", MSAN" : "",
|
||||||
|
Reference in New Issue
Block a user