mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-12 01:58:17 +00:00
typo
This commit is contained in:
@ -1900,7 +1900,7 @@ int main(int argc, char **argv_orig, char **envp) {
|
|||||||
if (getenv(PERSIST_ENV_VAR) && !afl->persistent_mode) {
|
if (getenv(PERSIST_ENV_VAR) && !afl->persistent_mode) {
|
||||||
|
|
||||||
WARNF(
|
WARNF(
|
||||||
"Persistent mode environment variable detected, forcing persitent "
|
"Persistent mode environment variable detected, forcing persistent "
|
||||||
"mode!");
|
"mode!");
|
||||||
afl->persistent_mode = 1;
|
afl->persistent_mode = 1;
|
||||||
afl->fsrv.persistent_mode = 1;
|
afl->fsrv.persistent_mode = 1;
|
||||||
|
Reference in New Issue
Block a user