[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 14:50:18 PST 2024
================
@@ -1564,11 +1570,11 @@ class Allocator {
UINTPTR_MAX);
----------------
fmayer wrote:
This doesn't belong to StackDepot, this belongs here to make sure that even with the biggest possible `TabSize` and `RingSize` we don't overflow our 64 bit integer here.
https://github.com/llvm/llvm-project/pull/82683
More information about the llvm-commits
mailing list