[compiler-rt] [scudo] Handle failed mmap for allocation ring buffer (PR #71817)

Florian Mayer via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 13 07:06:17 PST 2023


================
@@ -1501,6 +1503,11 @@ class Allocator {
                 getPageSizeCached()),
         "scudo:ring_buffer");
----------------
fmayer wrote:

Ah! I missed that. I didn't actually see that, just wanted to add this as a precaution. So I think this CL is not needed.

https://github.com/llvm/llvm-project/pull/71817


More information about the llvm-commits mailing list