From: Paul F. <pa...@so...> - 2024-10-08 19:27:44
|
https://sourceware.org/git/gitweb.cgi?p=valgrind.git;h=48f77eb6b9220c02386e08f9a18dcc7b8b4152b5 commit 48f77eb6b9220c02386e08f9a18dcc7b8b4152b5 Author: Paul Floyd <pj...@wa...> Date: Tue Oct 8 16:50:12 2024 +0200 Solaris regtest: update scalar for sigaltstack changes Diff: --- memcheck/tests/solaris/scalar.stderr.exp | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/memcheck/tests/solaris/scalar.stderr.exp b/memcheck/tests/solaris/scalar.stderr.exp index a1b5d97d7a..d80bc27d07 100644 --- a/memcheck/tests/solaris/scalar.stderr.exp +++ b/memcheck/tests/solaris/scalar.stderr.exp @@ -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 |