[compiler-rt] DO_NOT_MERGE (PR #66682)

Florian Mayer via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 20 10:52:45 PDT 2023


================
@@ -446,8 +458,51 @@ class BaseReport {
   const HeapChunk heap;
   const Allocations allocations;
   const OverflowCandidate candidate;
+
+  struct {
+    uptr addr = 0;
+    tag_t tags[512] = {};
----------------
fmayer wrote:

should this be odd so we have the same amount of tags on both sides of the address?

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


More information about the llvm-commits mailing list