File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
compiler-rt/test/hwasan/TestCases Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -32,11 +32,11 @@ int main() {
3232 //
3333 // CHECK: freed by thread {{.*}} here:
3434 // CHECK: #0 {{.*}} in {{.*}}free{{.*}} {{.*}}hwasan_allocation_functions.cpp
35- // CHECK: #1 {{.*}} in main {{.*}}use-after-free.c:[[@LINE-19 ]]
35+ // CHECK: #1 {{.*}} in main {{.*}}use-after-free.c:[[@LINE-20 ]]
3636
3737 // CHECK: previously allocated by thread {{.*}} here:
3838 // CHECK: #0 {{.*}} in {{.*}}malloc{{.*}} {{.*}}hwasan_allocation_functions.cpp
39- // CHECK: #1 {{.*}} in main {{.*}}use-after-free.c:[[@LINE-24 ]]
39+ // CHECK: #1 {{.*}} in main {{.*}}use-after-free.c:[[@LINE-25 ]]
4040 // CHECK: Memory tags around the buggy address (one tag corresponds to 16 bytes):
4141 // CHECK: =>{{.*}}[[MEM_TAG]]
4242 // CHECK: SUMMARY: HWAddressSanitizer: tag-mismatch {{.*}} in main
You can’t perform that action at this time.
0 commit comments