[PATCH] D46291: [ASan] Fix range check in AddrIsInHighShadow

Reid Kleckner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 10 16:27:00 PDT 2018


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

lgtm

I think I see why this wasn't caught earlier. It's mostly used to describe addresses in ASan reports, and then it's used through AddrIsInShadow only by the Windows AV handler.


https://reviews.llvm.org/D46291





More information about the llvm-commits mailing list