[libFuzzer] fix the docs

llvm-svn: 354536
This commit is contained in:
Kostya Serebryany 2019-02-21 00:43:46 +00:00
parent 14bab09e11
commit 2ea42b3beb
1 changed files with 1 additions and 0 deletions

View File

@ -191,6 +191,7 @@ small random subsets of the corpus. After a child exits, the top process
merges the corpus generated by the child back to the main corpus.
Related flags:
``-ignore_ooms``
True by default. If an OOM happens during fuzzing in one of the child processes,
the reproducer is saved on disk, and fuzzing continues.