aboutsummaryrefslogtreecommitdiff
path: root/compiler-rt/test/sanitizer_common/sanitizer_specific.h
diff options
context:
space:
mode:
authorVitaly Buka <vitalybuka@google.com>2023-12-13 13:40:47 -0800
committerVitaly Buka <vitalybuka@google.com>2023-12-13 13:40:47 -0800
commit7af834fc25a38ad0050ba8c28df43d548ae89497 (patch)
treea0e07ca2a40dbdda82ab8add3419af9ded658162 /compiler-rt/test/sanitizer_common/sanitizer_specific.h
parent5869ec2627a83fdd886891d71c6dad8bf60b25d6 (diff)
downloadllvm-7af834fc25a38ad0050ba8c28df43d548ae89497.zip
llvm-7af834fc25a38ad0050ba8c28df43d548ae89497.tar.gz
llvm-7af834fc25a38ad0050ba8c28df43d548ae89497.tar.bz2
[𝘀𝗽𝗿] changes introduced through rebase
Created using spr 1.3.4 [skip ci]
Diffstat (limited to 'compiler-rt/test/sanitizer_common/sanitizer_specific.h')
-rw-r--r--compiler-rt/test/sanitizer_common/sanitizer_specific.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/test/sanitizer_common/sanitizer_specific.h b/compiler-rt/test/sanitizer_common/sanitizer_specific.h
index 8e94e17..921ff14 100644
--- a/compiler-rt/test/sanitizer_common/sanitizer_specific.h
+++ b/compiler-rt/test/sanitizer_common/sanitizer_specific.h
@@ -48,7 +48,7 @@ static void make_mem_bad(void *p, size_t s) {
// tagged memory.
tag = 1;
}
- __hwasan_tag_memory(p, , s);
+ __hwasan_tag_memory(p, tag, s);
// With misaligned `p` or short granules we can't guarantee tag mismatch.
if (__hwasan_test_shadow(p, s) != 0)
abort();