mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-17 04:18:06 +00:00
fixed tiny nitpicks
This commit is contained in:
@ -1304,8 +1304,8 @@ int main(int argc, char **argv_orig, char **envp) {
|
||||
|
||||
}
|
||||
|
||||
u8 *extra_env = (u8 *)getenv("AFL_TARGET_ENV");
|
||||
if (extra_env && !extract_and_set_env(extra_env)) {
|
||||
if (afl->afl_env.afl_target_env &&
|
||||
!extract_and_set_env(afl->afl_env.afl_target_env)) {
|
||||
|
||||
FATAL("Bad value of AFL_TARGET_ENV");
|
||||
|
||||
|
Reference in New Issue
Block a user