[compiler-rt] [scudo] Allow to resize allocation ring buffer (PR #82683)

Florian Mayer via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 6 15:37:31 PST 2024


================
@@ -1564,11 +1570,11 @@ class Allocator {
                   UINTPTR_MAX);
----------------
fmayer wrote:

(except of course it doesn't work, because that will also overflow. let me remove it for now).

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


More information about the llvm-commits mailing list