OSDN Git Service

[libFuzzer] extend -rss_limit_mb to crash instantly on a single malloc that exceeds...
authorKostya Serebryany <kcc@google.com>
Wed, 30 Nov 2016 22:39:35 +0000 (22:39 +0000)
committerKostya Serebryany <kcc@google.com>
Wed, 30 Nov 2016 22:39:35 +0000 (22:39 +0000)
commitb89fb12b587cba78a3c18caedd9378aba10870fd
tree596291f393b367701a0483d5418fd30d9c3cb386
parentbcdc16152405df941b7f6bca4ea5e9a7104ca54a
[libFuzzer] extend -rss_limit_mb to crash instantly on a single malloc that exceeds the limit

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@288281 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Fuzzer/FuzzerInternal.h
lib/Fuzzer/FuzzerLoop.cpp
lib/Fuzzer/test/CMakeLists.txt
lib/Fuzzer/test/OutOfMemorySingleLargeMallocTest.cpp [new file with mode: 0644]
lib/Fuzzer/test/fuzzer-oom-with-profile.test
lib/Fuzzer/test/fuzzer-oom.test