From: Paul F. <pa...@so...> - 2025-05-16 06:04:57
|
https://sourceware.org/git/gitweb.cgi?p=valgrind.git;h=c0f090af75d0235b2df775a89c238021021253f4 commit c0f090af75d0235b2df775a89c238021021253f4 Author: Paul Floyd <pj...@wa...> Date: Fri May 16 08:04:06 2025 +0200 FreeBSD regtest: update 32bit scalar Diff: --- memcheck/tests/freebsd/scalar.stderr.exp-x86 | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/memcheck/tests/freebsd/scalar.stderr.exp-x86 b/memcheck/tests/freebsd/scalar.stderr.exp-x86 index 6a532ae8e0..091a1770d6 100644 --- a/memcheck/tests/freebsd/scalar.stderr.exp-x86 +++ b/memcheck/tests/freebsd/scalar.stderr.exp-x86 @@ -5812,6 +5812,28 @@ Syscall param getrlimitusage(res) points to unaddressable byte(s) ... Address 0x........ is not stack'd, malloc'd or (recently) free'd +--------------------------------------------------------- +590: SYS_fchroot 1s, 0m +--------------------------------------------------------- +Syscall param fchroot(fd) contains uninitialised byte(s) + ... + +--------------------------------------------------------- +591: SYS_setcred 3s, 1m +--------------------------------------------------------- +Syscall param setcred(flags) contains uninitialised byte(s) + ... + +Syscall param setcred(wcred) contains uninitialised byte(s) + ... + +Syscall param setcred(size) contains uninitialised byte(s) + ... + +Syscall param setcred(wcred) points to unaddressable byte(s) + ... + Address 0x........ is not stack'd, malloc'd or (recently) free'd + --------------------------------------------------------- 1: SYS_exit 1s 0m --------------------------------------------------------- |