|
From: Paul F. <pa...@so...> - 2021-12-10 20:04:57
|
https://sourceware.org/git/gitweb.cgi?p=valgrind.git;h=de368522b8eca5d29dc5d1937e32c73edd768fce commit de368522b8eca5d29dc5d1937e32c73edd768fce Author: Paul Floyd <pj...@wa...> Date: Fri Dec 10 21:04:25 2021 +0100 Update FreeBSD 12 scalar Diff: --- memcheck/tests/freebsd/scalar.stderr.exp | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/memcheck/tests/freebsd/scalar.stderr.exp b/memcheck/tests/freebsd/scalar.stderr.exp index 80b4547fde..8e7f9fb145 100644 --- a/memcheck/tests/freebsd/scalar.stderr.exp +++ b/memcheck/tests/freebsd/scalar.stderr.exp @@ -1890,6 +1890,22 @@ Syscall param clock_nanosleep(rmtp) points to unaddressable byte(s) ... Address 0x........ is not stack'd, malloc'd or (recently) free'd +--------------------------------------------------------- +247:SYS_clock_getcpuclockid2 3s 1m +--------------------------------------------------------- +Syscall param clock_getcpuclockid2(id) contains uninitialised byte(s) + ... + +Syscall param clock_getcpuclockid2(len) contains uninitialised byte(s) + ... + +Syscall param clock_getcpuclockid2(clock_id) contains uninitialised byte(s) + ... + +Syscall param clock_getcpuclockid2(clock_id) points to unaddressable byte(s) + ... + Address 0x........ is not stack'd, malloc'd or (recently) free'd + --------------------------------------------------------- 250: SYS_minherit @todo --------------------------------------------------------- |