[PATCH] D69289: Add MemTagSanitizer documentation.

Peter Collingbourne via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 1 09:09:21 PDT 2019


pcc accepted this revision.
pcc added a comment.
This revision is now accepted and ready to land.

LGTM



================
Comment at: llvm/docs/MemTagSanitizer.rst:47
+* Every 16 aligned bytes of memory can be assigned a 4-bit Allocation Tag.
+* Every pointer can have a 4-bit Address Tag that in its most significant byte.
+* Most memory access instructions generate an exception if Address Tag != Allocation Tag.
----------------
s/that in/that is in/


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D69289





More information about the llvm-commits mailing list