1
0
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:
Marian Buschsieweke 2022-06-07 09:47:58 +02:00 committed by GitHub
commit d689751372
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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/