[clang] [ASAN] Adjust asan instrumented GlobalVariable size to not include redzone (PR #66666)
via cfe-commits
cfe-commits at lists.llvm.org
Thu Oct 12 07:12:21 PDT 2023
b-sumner wrote:
@hctim *any* implementation will have a problem when copying the redzone padding. That is simply because the redzone is poisoned (hence the name). Any access to a poisoned location will be reported and the application terminated. That is how ASAN works.
https://github.com/llvm/llvm-project/pull/66666
More information about the cfe-commits
mailing list