diff options
author | Alyssa Coghlan <ncoghlan@gmail.com> | 2024-08-21 19:05:41 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-21 19:05:41 +1000 |
commit | cf2ddf437b627fd7c3c71cda245ee18671626444 (patch) | |
tree | c0655a75d6bbc2e08cba6ce1cd78f2a110cf37e3 | |
parent | 2b7aae66b64a5da556bb8192acad13b828ab1711 (diff) | |
download | afl++-cf2ddf437b627fd7c3c71cda245ee18671626444.tar.gz |
Wording tweaks
-rw-r--r-- | src/afl-fuzz-init.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/afl-fuzz-init.c b/src/afl-fuzz-init.c index b042fce8..b7436002 100644 --- a/src/afl-fuzz-init.c +++ b/src/afl-fuzz-init.c @@ -2449,14 +2449,14 @@ void check_crash_handling(void) { " between stumbling upon a crash and having this information " "relayed to the\n" " fuzzer via the standard waitpid() API.\n" - " If you're experimenting (so missed crashes don't matter), set " + " If you're just experimenting, set " "'AFL_I_DONT_CARE_ABOUT_MISSING_CRASHES=1'.\n\n" " To avoid having crashes misinterpreted as timeouts, please \n" " temporarily modify /proc/sys/kernel/core_pattern, like so:\n\n" " core_cmd=\"$(cat /proc/sys/kernel/core_pattern)\"\n" - " echo core | sudo tee /proc/sys/kernel/core_pattern\n" + " echo core | sudo tee /proc/sys/kernel/core_pattern\n\n" " After fuzz testing is complete, restore the core handling:\n\n" |