[libFuzzer] fix the docs

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@354536 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Kostya Serebryany 2019-02-21 00:43:46 +00:00
parent 8793926042
commit f2cd363b4b

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.