[PATCH] D93731: scudo: Support memory tagging in the secondary allocator.

Kostya Kortchinsky via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 2 07:49:12 PST 2021


cryptoad added inline comments.


================
Comment at: compiler-rt/lib/scudo/standalone/secondary.h:371
+  CachedBlock Entries[Config::SecondaryCacheEntriesArraySize];
+  CachedBlock Quarantine[Config::SecondaryCacheQuarantineSize];
 };
----------------
Since this is up again for review, could you please find a workaround for the 0-sized array warning?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D93731/new/

https://reviews.llvm.org/D93731



More information about the llvm-commits mailing list