https://sourceware.org/git/gitweb.cgi?p=valgrind.git;h=dd23a6c30910020700b283e3deabbfc27606e4db
commit dd23a6c30910020700b283e3deabbfc27606e4db
Author: Paul Floyd <pj...@wa...>
Date: Sun Oct 27 15:27:38 2024 +0100
FreeBSD regtest: x86 scalar expected
Diff:
---
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 e83b942838..290cc163b1 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
---------------------------------------------------------
|