Add missing zstd.h to coregrind Makefile.am noinst_HEADERS
[valgrind.git] / memcheck / tests / freebsd / aiov.stderr.exp
blobb6f34e4a579c57de54d841d014d3da9558254ba4
2 Warning: invalid file descriptor -1 in syscall aio_readv()
3 Syscall param aio_readv(iocb->aio_iov) points to unaddressable byte(s)
4    ...
5    by 0x........: main (aiov.c:48)
6  Address 0x........ is not stack'd, malloc'd or (recently) free'd
8 Conditional jump or move depends on uninitialised value(s)
9    at 0x........: main (aiov.c:60)
11 Syscall param aio_writev(iocb->aio_iov) points to unaddressable byte(s)
12    ...
13    by 0x........: main (aiov.c:81)
14  Address 0x........ is not stack'd, malloc'd or (recently) free'd
17 HEAP SUMMARY:
18     in use at exit: ... bytes in ... blocks
19   total heap usage: ... allocs, ... frees, ... bytes allocated
21 For a detailed leak analysis, rerun with: --leak-check=full
23 Use --track-origins=yes to see where uninitialised values come from
24 For lists of detected and suppressed errors, rerun with: -s
25 ERROR SUMMARY: 3 errors from 3 contexts (suppressed: 0 from 0)