mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-11 09:41:35 +00:00
fix typo for error message when using LD_PRELOAD
This commit is contained in:
parent
1d4f1e4879
commit
c08304ad3d
@ -1675,7 +1675,7 @@ int main(int argc, char **argv_orig, char **envp) {
|
||||
if (getenv("LD_PRELOAD")) {
|
||||
|
||||
WARNF(
|
||||
"LD_PRELOAD is set, are you sure that is what to you want to do "
|
||||
"LD_PRELOAD is set, are you sure that is what you want to do "
|
||||
"instead of using AFL_PRELOAD?");
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user