[PATCH] D119816: [SanitizerBounds] Add support for NoSanitizeBounds function
Marco Elver via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Feb 25 04:39:30 PST 2022
melver requested changes to this revision.
melver added a comment.
This revision now requires changes to proceed.
Looks good. Few minor changes.
I did some more digging, and it's only fsanitize=local-bounds, so please verify this and also update the commit description. In fact, the Linux kernel already has a comment about Clang's weirdness of local-bounds vs. array-bounds here: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/lib/Kconfig.ubsan#n62
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D119816/new/
https://reviews.llvm.org/D119816
More information about the cfe-commits
mailing list