https://sourceware.org/git/gitweb.cgi?p=valgrind.git;h=50b056811c58a7ee57b8a51d44a58f9c74eaba98
commit 50b056811c58a7ee57b8a51d44a58f9c74eaba98
Author: Paul Floyd <pj...@wa...>
Date: Sun Oct 27 10:54:23 2024 +0100
FreeBSD x86 scalar: update expected after fix for sigwait
Diff:
---
memcheck/tests/freebsd/scalar.stderr.exp-x86 | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/memcheck/tests/freebsd/scalar.stderr.exp-x86 b/memcheck/tests/freebsd/scalar.stderr.exp-x86
index 6bff63d332..e83b942838 100644
--- a/memcheck/tests/freebsd/scalar.stderr.exp-x86
+++ b/memcheck/tests/freebsd/scalar.stderr.exp-x86
@@ -3614,6 +3614,10 @@ Syscall param mq_timedreceive(msg_prio) contains uninitialised byte(s)
Syscall param mq_timedreceive(abs_timeout) contains uninitialised byte(s)
...
+Syscall param mq_timedreceive(msg_ptr) points to unaddressable byte(s)
+ ...
+ Address 0x........ is not stack'd, malloc'd or (recently) free'd
+
Syscall param mq_timedreceive(msg_prio) points to unaddressable byte(s)
...
Address 0x........ is not stack'd, malloc'd or (recently) free'd
@@ -3640,6 +3644,10 @@ Syscall param mq_timedsend(msg_prio) contains uninitialised byte(s)
Syscall param mq_timedsend(abs_timeout) contains uninitialised byte(s)
...
+Syscall param mq_timedsend(msg_ptr) points to unaddressable byte(s)
+ ...
+ Address 0x........ is not stack'd, malloc'd or (recently) free'd
+
Syscall param mq_timedsend(abs_timeout) points to unaddressable byte(s)
...
Address 0x........ is not stack'd, malloc'd or (recently) free'd
@@ -3723,6 +3731,14 @@ Syscall param sctp_generic_sendmsg(sinfo) contains uninitialised byte(s)
Syscall param sctp_generic_sendmsg(flags) contains uninitialised byte(s)
...
+Syscall param sctp_generic_sendmsg(msg) points to unaddressable byte(s)
+ ...
+ Address 0x........ is not stack'd, malloc'd or (recently) free'd
+
+Syscall param sctp_generic_sendmsg(to) points to unaddressable byte(s)
+ ...
+ Address 0x........ is not stack'd, malloc'd or (recently) free'd
+
Syscall param sctp_generic_sendmsg(sinfo) points to unaddressable byte(s)
...
Address 0x........ is not stack'd, malloc'd or (recently) free'd
@@ -4055,6 +4071,10 @@ Syscall param cpuset_getaffinity(setsize) contains uninitialised byte(s)
Syscall param cpuset_getaffinity(mask) contains uninitialised byte(s)
...
+Syscall param cpuset_getaffinity points to unaddressable byte(s)
+ ...
+ Address 0x........ is not stack'd, malloc'd or (recently) free'd
+
---------------------------------------------------------
488: SYS_cpuset_setaffinity 5s 1m
---------------------------------------------------------
@@ -4076,6 +4096,10 @@ Syscall param cpuset_setaffinity(setsize) contains uninitialised byte(s)
Syscall param cpuset_setaffinity(mask) contains uninitialised byte(s)
...
+Syscall param cpuset_setaffinity points to unaddressable byte(s)
+ ...
+ Address 0x........ is not stack'd, malloc'd or (recently) free'd
+
---------------------------------------------------------
489: SYS_faccessat 3s 1m
---------------------------------------------------------
|