mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-03 18:13:01 +00:00
Fix arm64-linux/scalar clone test argument check order.
When the clone syscall was refactored to work across all linux arches the arguments were checked in a different order. Fix the arm64-linux scalar.stderr.exp to match the same order for the (invalid) clone arguments. This makes memcheck/tests/arm64-linux/scalar.vgtest pass again.
This commit is contained in:
parent
6ee4d476c6
commit
8e891c5ad8
@ -789,7 +789,12 @@ Syscall param clone(parent_tidptr) contains uninitialised byte(s)
|
||||
...
|
||||
by 0x........: main (scalar.c:556)
|
||||
|
||||
Syscall param clone(child_tls) contains uninitialised byte(s)
|
||||
Syscall param clone(parent_tidptr) points to unaddressable byte(s)
|
||||
...
|
||||
by 0x........: main (scalar.c:556)
|
||||
Address 0x........ is not stack'd, malloc'd or (recently) free'd
|
||||
|
||||
Syscall param clone(tlsinfo) contains uninitialised byte(s)
|
||||
...
|
||||
by 0x........: main (scalar.c:556)
|
||||
|
||||
@ -797,7 +802,7 @@ Syscall param clone(child_tidptr) contains uninitialised byte(s)
|
||||
...
|
||||
by 0x........: main (scalar.c:556)
|
||||
|
||||
Syscall param clone(parent_tidptr) points to unaddressable byte(s)
|
||||
Syscall param clone(child_tidptr) points to unaddressable byte(s)
|
||||
...
|
||||
by 0x........: main (scalar.c:556)
|
||||
Address 0x........ is not stack'd, malloc'd or (recently) free'd
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user