mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
Merge pull request #18173 from benpicco/fuzzing-S
fuzzing: fix parameter for second fuzzing instance in README.md
This commit is contained in:
commit
d689751372
@ -78,7 +78,7 @@ Parallel fuzzing is supported through `AFL_FLAGS`, e.g.:
|
||||
AFL_FLAGS="-M fuzzer01" make -C fuzzing/gnrc_tcp/ fuzz
|
||||
|
||||
# Start second AFL instance in a different terminal
|
||||
AFL_FLAGS="-M fuzzer02" make -C fuzzing/gnrc_tcp/ fuzz
|
||||
AFL_FLAGS="-S fuzzer02" make -C fuzzing/gnrc_tcp/ fuzz
|
||||
|
||||
[sanitizers github]: https://github.com/google/sanitizers
|
||||
[afl homepage]: http://lcamtuf.coredump.cx/afl/
|
||||
|
Loading…
Reference in New Issue
Block a user