Add missing zstd.h to coregrind Makefile.am noinst_HEADERS
[valgrind.git] / memcheck / tests / freebsd / sigwait.stderr.exp
blob039c4329563897f4a126d665266c322cb41d0ef9
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........: main (sigwait.c:58)
5  Address 0x........ is 0 bytes inside a block of size 4 free'd
6    at 0x........: free (vg_replace_malloc.c:...)
7    by 0x........: main (sigwait.c:57)
8  Block was alloc'd at
9    at 0x........: malloc (vg_replace_malloc.c:...)
10    by 0x........: main (sigwait.c:56)
12 Syscall param sigwait(set) points to unaddressable byte(s)
13    at 0x........: _sigwait (in /...libc...)
14    by 0x........: __sigwait (in /...libc...)
15    by 0x........: main (sigwait.c:64)
16  Address 0x........ is 0 bytes inside a block of size 16 free'd
17    at 0x........: free (vg_replace_malloc.c:...)
18    by 0x........: main (sigwait.c:60)
19  Block was alloc'd at
20    at 0x........: malloc (vg_replace_malloc.c:...)
21    by 0x........: main (sigwait.c:27)