From: Paul F. <pa...@so...> - 2025-07-25 05:49:06
|
https://sourceware.org/cgit/valgrind/commit/?id=1b5773d82046701f66697f68599acf0753db0402 commit 1b5773d82046701f66697f68599acf0753db0402 Author: Paul Floyd <pj...@wa...> Date: Fri Jul 25 07:48:25 2025 +0200 FreeBSD regtest: update 32bit scalar expected Diff: --- memcheck/tests/freebsd/scalar.stderr.exp-x86 | 30 ++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/memcheck/tests/freebsd/scalar.stderr.exp-x86 b/memcheck/tests/freebsd/scalar.stderr.exp-x86 index ea5abb9c61..51ae7e94c0 100644 --- a/memcheck/tests/freebsd/scalar.stderr.exp-x86 +++ b/memcheck/tests/freebsd/scalar.stderr.exp-x86 @@ -2515,6 +2515,19 @@ Syscall param sigwaitinfo(info) points to unaddressable byte(s) ... Address 0x........ is not stack'd, malloc'd or (recently) free'd +--------------------------------------------------------- +346: SYS_sigwaitinfo (NULL info) 2s 1m +--------------------------------------------------------- +Syscall param sigwaitinfo(set) contains uninitialised byte(s) + ... + +Syscall param sigwaitinfo(info) contains uninitialised byte(s) + ... + +Syscall param sigwaitinfo(set) points to unaddressable byte(s) + ... + Address 0x........ is not stack'd, malloc'd or (recently) free'd + --------------------------------------------------------- 347: SYS___acl_get_file 3s 2m --------------------------------------------------------- @@ -3369,6 +3382,23 @@ Syscall param sigwait(sig) points to unaddressable byte(s) ... Address 0x........ is not stack'd, malloc'd or (recently) free'd +--------------------------------------------------------- +429: SYS_sigwait (NULL ags) 2s 2m +--------------------------------------------------------- +Syscall param sigwait(set) contains uninitialised byte(s) + ... + +Syscall param sigwait(sig) contains uninitialised byte(s) + ... + +Syscall param sigwait(set) points to unaddressable byte(s) + ... + Address 0x........ is not stack'd, malloc'd or (recently) free'd + +Syscall param sigwait(sig) points to unaddressable byte(s) + ... + Address 0x........ is not stack'd, malloc'd or (recently) free'd + --------------------------------------------------------- 431: SYS_thr_exit other --------------------------------------------------------- |