]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Solaris regtest: update scalar for sigaltstack changes
authorPaul Floyd <pjfloyd@wanadoo.fr>
Tue, 8 Oct 2024 14:50:12 +0000 (16:50 +0200)
committerPaul Floyd <pjfloyd@wanadoo.fr>
Tue, 8 Oct 2024 14:50:12 +0000 (16:50 +0200)
memcheck/tests/solaris/scalar.stderr.exp

index a1b5d97d7ad4137a2fdb64c9db4174242f899743..d80bc27d076a8357fad2522c013913c8e80de1d2 100644 (file)
@@ -1645,7 +1645,15 @@ Syscall param sigaltstack(ss) contains uninitialised byte(s)
 Syscall param sigaltstack(oss) contains uninitialised byte(s)
    ...
 
-Syscall param sigaltstack(ss) points to unaddressable byte(s)
+Syscall param sigaltstack(ss->ss_sp) points to unaddressable byte(s)
+   ...
+ Address 0x........ is not stack'd, malloc'd or (recently) free'd
+
+Syscall param sigaltstack(ss->ss_size) points to unaddressable byte(s)
+   ...
+ Address 0x........ is not stack'd, malloc'd or (recently) free'd
+
+Syscall param sigaltstack(ss->ss_flags) points to unaddressable byte(s)
    ...
  Address 0x........ is not stack'd, malloc'd or (recently) free'd