none/tests/fdleak_cmsg_supp.supp: Add suppressions for older glibc
[valgrind.git] / memcheck / tests / freebsd / sigwait.stderr.exp-x86
blobc03ad32206fcfbe51ac43f015e94d976f388b812
1 Syscall param sigwait(sig) points to unaddressable byte(s)
2    at 0x........: _sigwait (in /...libc...)
3    by 0x........: __sigwait (in /...libc...)
4    by 0x........: __sigwait (in /...libc...)
5    by 0x........: main (sigwait.c:58)
6  Address 0x........ is 0 bytes inside a block of size 4 free'd
7    at 0x........: free (vg_replace_malloc.c:...)
8    by 0x........: main (sigwait.c:57)
9  Block was alloc'd at
10    at 0x........: malloc (vg_replace_malloc.c:...)
11    by 0x........: main (sigwait.c:56)
13 Syscall param sigwait(set) points to unaddressable byte(s)
14    at 0x........: _sigwait (in /...libc...)
15    by 0x........: __sigwait (in /...libc...)
16    by 0x........: __sigwait (in /...libc...)
17    by 0x........: main (sigwait.c:64)
18  Address 0x........ is 0 bytes inside a block of size 16 free'd
19    at 0x........: free (vg_replace_malloc.c:...)
20    by 0x........: main (sigwait.c:60)
21  Block was alloc'd at
22    at 0x........: malloc (vg_replace_malloc.c:...)
23    by 0x........: main (sigwait.c:27)