Index: lib/Fuzzer/FuzzerLoop.cpp =================================================================== --- lib/Fuzzer/FuzzerLoop.cpp +++ lib/Fuzzer/FuzzerLoop.cpp @@ -236,6 +236,8 @@ Printf(" To change the out-of-memory limit use -rss_limit_mb=\n\n"); if (EF.__sanitizer_print_memory_profile) EF.__sanitizer_print_memory_profile(50); + else + Printf("Live Heap Allocations: UNAVAILABLE\n"); DumpCurrentUnit("oom-"); Printf("SUMMARY: libFuzzer: out-of-memory\n"); PrintFinalStats();