[PATCH] D57924: [safestack] Remove pageSize

Vlad Tsyrklevich via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 7 15:17:02 PST 2019


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

LGTM as long as https://reviews.llvm.org/D57863 doesn't land (to ensure that `struct tinfo *tinfo = reinterpret_cast<struct tinfo *>(addr);` is a valid pointer to writable memory as the guard is no longer rounded up to page size.)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D57924





More information about the llvm-commits mailing list