Add missing zstd.h to coregrind Makefile.am noinst_HEADERS
[valgrind.git] / memcheck / tests / solaris / strlcpy.stderr.exp
blobad1c373baa80bdec1ab0d85deb4e20a2bdb03b78
1 Invalid write of size 1
2    at 0x........: strlcpy (vg_replace_strmem.c:...)
3    ...
4  Address 0x........ is 0 bytes after a block of size 10 alloc'd
5    at 0x........: malloc (vg_replace_malloc.c:...)
6    ...
8 Source and destination overlap in strlcpy(0x........, 0x........, 11)
9    at 0x........: strlcpy (vg_replace_strmem.c:...)
10    ...