[compiler-rt] [HWASAN]Implement memcmp interceptor in HWASAN (PR #67204)
Vitaly Buka via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 29 16:01:29 PDT 2023
================
@@ -25,6 +25,5 @@ int main(int argc, char **argv) {
// CHECK: HWAddressSanitizer: tag-mismatch on address
// CHECK: MemcmpInterceptorCommon
----------------
vitalybuka wrote:
interceptor is internal detail, we should not check against it
also android does not have interceptors
however user relevant symbol is main, and there is line number, we should check those
https://github.com/llvm/llvm-project/pull/67204
More information about the llvm-commits
mailing list