From dd23a6c30910020700b283e3deabbfc27606e4db Mon Sep 17 00:00:00 2001 From: Paul Floyd Date: Sun, 27 Oct 2024 15:27:38 +0100 Subject: [PATCH] FreeBSD regtest: x86 scalar expected --- memcheck/tests/freebsd/scalar.stderr.exp-x86 | 33 ++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/memcheck/tests/freebsd/scalar.stderr.exp-x86 b/memcheck/tests/freebsd/scalar.stderr.exp-x86 index e83b94283..290cc163b 100644 --- a/memcheck/tests/freebsd/scalar.stderr.exp-x86 +++ b/memcheck/tests/freebsd/scalar.stderr.exp-x86 @@ -1154,6 +1154,23 @@ Syscall param adjtime(delta) points to unaddressable byte(s) ... Address 0x........ is not stack'd, malloc'd or (recently) free'd +--------------------------------------------------------- +140: SYS_adjtime 2s 2m +--------------------------------------------------------- +Syscall param adjtime(delta) contains uninitialised byte(s) + ... + +Syscall param adjtime(olddelta) contains uninitialised byte(s) + ... + +Syscall param adjtime(delta) points to unaddressable byte(s) + ... + Address 0x........ is not stack'd, malloc'd or (recently) free'd + +Syscall param adjtime(olddelta) points to unaddressable byte(s) + ... + Address 0x........ is not stack'd, malloc'd or (recently) free'd + --------------------------------------------------------- 147: SYS_setsid 0s 0m --------------------------------------------------------- @@ -3993,6 +4010,22 @@ Syscall param shm_open(flags) contains uninitialised byte(s) Syscall param shm_open(mode) contains uninitialised byte(s) ... +--------------------------------------------------------- +482: SYS_shm_open 3s 1m +--------------------------------------------------------- +Syscall param shm_open(path) contains uninitialised byte(s) + ... + +Syscall param shm_open(flags) contains uninitialised byte(s) + ... + +Syscall param shm_open(mode) contains uninitialised byte(s) + ... + +Syscall param shm_open(path) points to unaddressable byte(s) + ... + Address 0x........ is not stack'd, malloc'd or (recently) free'd + --------------------------------------------------------- 483: SYS_shm_unlink 1s 1m --------------------------------------------------------- -- 2.47.2