[llvm] r268822 - [libFuzzer] tweak the documentation about rss_limit

Kostya Serebryany via llvm-commits llvm-commits at lists.llvm.org
Fri May 6 16:41:12 PDT 2016


Author: kcc
Date: Fri May  6 18:41:11 2016
New Revision: 268822

URL: http://llvm.org/viewvc/llvm-project?rev=268822&view=rev
Log:
[libFuzzer] tweak the documentation about rss_limit

Modified:
    llvm/trunk/docs/LibFuzzer.rst

Modified: llvm/trunk/docs/LibFuzzer.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/LibFuzzer.rst?rev=268822&r1=268821&r2=268822&view=diff
==============================================================================
--- llvm/trunk/docs/LibFuzzer.rst (original)
+++ llvm/trunk/docs/LibFuzzer.rst Fri May  6 18:41:11 2016
@@ -659,9 +659,7 @@ pass and if the actual leak is found, it
 and the process will exit.
 
 If your target has massive leaks and the leak detection is disabled
-you will eventually run out of RAM.
-To protect your machine from OOM death you may use
-e.g. ``ASAN_OPTIONS=hard_rss_limit_mb=2000`` (with AddressSanitizer_).
+you will eventually run out of RAM (see the ``-rss_limit_mb`` flag).
 
 
 Fuzzing components of LLVM




More information about the llvm-commits mailing list