mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-27 22:06:06 +00:00
[HWASan] Fix brittle stack-oob.c test.
This commit is contained in:
parent
6b04ace4ad
commit
c21f72e65a
@ -25,7 +25,7 @@ int f() {
|
|||||||
int main() {
|
int main() {
|
||||||
f();
|
f();
|
||||||
// CHECK: READ of size 1 at
|
// CHECK: READ of size 1 at
|
||||||
// CHECK: #0 {{.*}} in f{{.*}}stack-oob.c:19
|
// CHECK: #0 {{.*}} in f{{.*}}stack-oob.c:[[@LINE-6]]
|
||||||
|
|
||||||
// CHECK: is located in stack of threa
|
// CHECK: is located in stack of threa
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user