mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-10 17:21:33 +00:00
Merge pull request #1352 from cd80/patch-1
fix typo in error message when using LD_PRELOAD
This commit is contained in:
commit
1a65df2bee
@ -1687,7 +1687,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