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() {
32
32
//
33
33
// CHECK: freed by thread {{.*}} here:
34
34
// 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 ]]
36
36
37
37
// CHECK: previously allocated by thread {{.*}} here:
38
38
// 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 ]]
40
40
// CHECK: Memory tags around the buggy address (one tag corresponds to 16 bytes):
41
41
// CHECK: =>{{.*}}[[MEM_TAG]]
42
42
// CHECK: SUMMARY: HWAddressSanitizer: tag-mismatch {{.*}} in main
You can’t perform that action at this time.
0 commit comments