[compiler-rt] [scudo] [MTE] resize stack depot for allocation ring buffer (PR #74515)

Florian Mayer via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 23 17:18:06 PST 2024


================
@@ -1040,7 +1057,9 @@ class Allocator {
   uptr GuardedAllocSlotSize = 0;
 #endif // GWP_ASAN_HOOKS
 
-  StackDepot Depot;
+  char *RawStackDepot = nullptr;
----------------
fmayer wrote:

OK. I removed the raw char* pointers.

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


More information about the llvm-commits mailing list