diff --git a/docs/LibFuzzer.rst b/docs/LibFuzzer.rst index 906375620f58..1698439b8c45 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.