From: Kostya Serebryany Date: Thu, 21 Feb 2019 00:43:46 +0000 (+0000) Subject: [libFuzzer] fix the docs X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f2cd363b4b915b54ba0f25066f876c16d59fede6;p=llvm [libFuzzer] fix the docs git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@354536 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/LibFuzzer.rst b/docs/LibFuzzer.rst index 906375620f5..1698439b8c4 100644 --- a/docs/LibFuzzer.rst +++ b/docs/LibFuzzer.rst @@ -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.