Add missing zstd.h to coregrind Makefile.am noinst_HEADERS
[valgrind.git] / memcheck / tests / freebsd / get_set_context.stderr.exp
blobfda41dc7a53f88361bccbdb8579e68bf75519013
1 Syscall param getcontext(ucp) points to unaddressable byte(s)
2    ...
3    by 0x........: main (get_set_context.c:51)
4  Address 0x........ is 0 bytes inside a block of size ... alloc'd
5    at 0x........: malloc (vg_replace_malloc.c:...)
6    by 0x........: main (get_set_context.c:46)
8 Syscall param setcontext(ucp) points to unaddressable byte(s)
9    ...
10    by 0x........: main (get_set_context.c:59)
11  Address 0x........ is 0 bytes inside a block of size ... alloc'd
12    at 0x........: malloc (vg_replace_malloc.c:...)
13    by 0x........: main (get_set_context.c:46)
15 Syscall param swapcontext(ucp) points to unaddressable byte(s)
16    ...
17    by 0x........: main (get_set_context.c:69)
18  Address 0x........ is 0 bytes inside a block of size ... alloc'd
19    at 0x........: malloc (vg_replace_malloc.c:...)
20    by 0x........: main (get_set_context.c:46)
22 Syscall param swapcontext(oucp) points to unaddressable byte(s)
23    ...
24    by 0x........: main (get_set_context.c:69)
25  Address 0x........ is 0 bytes inside a block of size ... alloc'd
26    at 0x........: malloc (vg_replace_malloc.c:...)
27    by 0x........: main (get_set_context.c:47)