[PATCH] D85389: Fix bug where we request a shadow memory one page larger than necessary.

Dan Liew via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 6 11:59:58 PDT 2020


delcypher added a comment.

@yln Note there are other bugs here but I plan to fix this in future commits (e.g. `if (size < gap_size)` should be `if (size <= gap_size)`).


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D85389



More information about the llvm-commits mailing list