[PATCH] D85378: Fix off-by-one error in size of the required shadow memory passed to `MapDynamicShadow`.
Julian Lettner via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 6 08:56:10 PDT 2020
yln accepted this revision.
yln added a comment.
This revision is now accepted and ready to land.
> This latent bug was likely hidden because the shadow memory size is
> always page aligned due to being allocated by mmap.
Is this bug still latent, or does it manifest now? Can you describe what happens when it is triggered?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D85378/new/
https://reviews.llvm.org/D85378
More information about the llvm-commits
mailing list