]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
FreeBSD regtest: update setcred expected from arm64 master
authorPaul Floyd <pjfloyd@wanadoo.fr>
Sun, 28 Sep 2025 03:39:45 +0000 (03:39 +0000)
committerPaul Floyd <pjfloyd@wanadoo.fr>
Sun, 28 Sep 2025 03:39:45 +0000 (03:39 +0000)
Still have an unexpected extra error on amd64

memcheck/tests/freebsd/setcred.stderr.exp

index 629ceacf845ff8b58084439624e7a019e7c02e1b..8766361c0908dc243e06c7d1fbb07ed809998e21 100644 (file)
@@ -1,29 +1,37 @@
 Syscall param setcred(wcred) points to unaddressable byte(s)
    at 0x........: setcred (in /...libc...)
-   by 0x........: main (setcred.cpp:23)
+   by 0x........: main (setcred.cpp:28)
  Address 0x........ is not stack'd, malloc'd or (recently) free'd
 
 Syscall param setcred(flags) contains uninitialised byte(s)
    at 0x........: setcred (in /...libc...)
-   by 0x........: main (setcred.cpp:26)
+   by 0x........: main (setcred.cpp:33)
 
 Syscall param setcred(wcred) contains uninitialised byte(s)
    at 0x........: setcred (in /...libc...)
-   by 0x........: main (setcred.cpp:26)
+   by 0x........: main (setcred.cpp:33)
 
 Syscall param setcred(size) contains uninitialised byte(s)
    at 0x........: setcred (in /...libc...)
-   by 0x........: main (setcred.cpp:26)
+   by 0x........: main (setcred.cpp:33)
 
 Syscall param setcred(wcred) points to unaddressable byte(s)
    at 0x........: setcred (in /...libc...)
-   by 0x........: main (setcred.cpp:26)
+   by 0x........: main (setcred.cpp:33)
  Address 0x........ is not stack'd, malloc'd or (recently) free'd
 
+Syscall param setcred(flags) contains uninitialised byte(s)
+   at 0x........: setcred (in /...libc...)
+   by 0x........: main (setcred.cpp:38)
+
+Syscall param setcred(size) contains uninitialised byte(s)
+   at 0x........: setcred (in /...libc...)
+   by 0x........: main (setcred.cpp:43)
+
 Syscall param setcred(wcred) points to uninitialised byte(s)
    at 0x........: setcred (in /...libc...)
-   by 0x........: main (setcred.cpp:31)
+   by 0x........: main (setcred.cpp:50)
  Address 0x........ is 0 bytes inside a block of size 48 alloc'd
    at 0x........: ...operator new... (vg_replace_malloc.c:...)
-   by 0x........: main (setcred.cpp:28)
+   by 0x........: main (setcred.cpp:47)