[PATCH] D92846: [KernelAddressSanitizer] Fix globals exclusion for indirect aliases
Marco Elver via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 9 09:22:13 PST 2020
melver added a comment.
In D92846#2442447 <https://reviews.llvm.org/D92846#2442447>, @dvyukov wrote:
> The code looks reasonable to me. I see it only affects kernel, so assuming you booted kernel, we should be fine.
> I can rubber-stamp it, but if you want more meaningful review, please wait for Alex or Nick.
Added Nick.
I suppose all I'd like a 2nd confirmation on is if stripPointerCastsAndAliases() is the right thing to use here.
Nick or Alex, if you could have a brief look would be great -- thanks!
Thanks,
- Marco
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D92846/new/
https://reviews.llvm.org/D92846
More information about the llvm-commits
mailing list