diff options
-rw-r--r-- | llvm/docs/LibFuzzer.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/docs/LibFuzzer.rst b/llvm/docs/LibFuzzer.rst index 906375620f5..1698439b8c4 100644 --- a/llvm/docs/LibFuzzer.rst +++ b/llvm/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. |