Add missing zstd.h to coregrind Makefile.am noinst_HEADERS
[valgrind.git] / memcheck / tests / writev1.stderr.exp-solaris
blob1cc95e7710641d9c85dae4d4638b87940a8afe35
1 Test file created.
2 Syscall param writev(vector[0]) points to unaddressable byte(s)
3    ...
4    by 0x........: main (writev1.c:56)
5  Address 0x........ is not stack'd, malloc'd or (recently) free'd
7 Received EFAULT as expected
8 Syscall param writev(vector) points to unaddressable byte(s)
9    ...
10    by 0x........: main (writev1.c:68)
11  Address 0x........ is 0 bytes after the brk data segment limit 0x........
13 Received EINVAL as expected
14 Syscall param readv(vector) points to unaddressable byte(s)
15    ...
16    by 0x........: main (writev1.c:76)
17  Address 0x........ is 0 bytes after the brk data segment limit 0x........
19 Received EINVAL as expected