Skip to content

Commit bb7f8f7

Browse files
committed
[test][hwasan] Update another test after #76133
1 parent cca63f9 commit bb7f8f7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

compiler-rt/test/hwasan/TestCases/stack-uas.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,8 @@ int main() {
6969
// CHECK: Cause: stack tag-mismatch
7070
// CHECK: is located in stack of thread
7171
// CHECK: Potentially referenced stack objects:
72+
// CHECK: Cause: use-after-scope
73+
// CHECK-NEXT: 0x{{.*}} is located 0 bytes inside a 2048-byte region
7274
// CHECK-NEXT: {{zzz|yyy}} in buggy {{.*}}stack-uas.c:
7375
// CHECK: Memory tags around the buggy address
7476

0 commit comments

Comments
 (0)