mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-12 01:58:17 +00:00
fix laf-intel transform disable
This commit is contained in:
@ -223,8 +223,8 @@ static void edit_params(u32 argc, char **argv, char **envp) {
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!getenv("AFL_LLVM_LTO_AUTODICTIONARY") // disabled when autodictionary
|
if ((!(getenv("AFL_LLVM_LTO_AUTODICTIONARY") // disabled when autodictionary
|
||||||
&& instrument_mode != INSTRUMENT_LTO // and lto_mode is used
|
&& instrument_mode != INSTRUMENT_LTO)) // and lto_mode is used
|
||||||
&& (getenv("LAF_TRANSFORM_COMPARES") ||
|
&& (getenv("LAF_TRANSFORM_COMPARES") ||
|
||||||
getenv("AFL_LLVM_LAF_TRANSFORM_COMPARES"))) {
|
getenv("AFL_LLVM_LAF_TRANSFORM_COMPARES"))) {
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user