Skip to content
Commit 18c916c6 authored by Alexander Potapenko's avatar Alexander Potapenko
Browse files

[ASan] Try to use a small (512 bytes) stack-local buffer in Report() for short...

[ASan] Try to use a small (512 bytes) stack-local buffer in Report() for short messages, fall back to MmapOrDie() in the case of a failure.
This shall eliminate most of the cryptic "ERROR: failed to mmap" messages caused by recursively calling MmapOrDie() from MmapOrDie().

llvm-svn: 176802
parent 92cc1a6d
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment