Add missing zstd.h to coregrind Makefile.am noinst_HEADERS
[valgrind.git] / memcheck / tests / holey_buffer_too_small.stderr.exp
blob79e55e29b0062da65fb59549ae00322ca47052db
2 ---- part defined, address error at end ----
4 Uninitialised byte(s) found during client check request
5    at 0x........: main (holey_buffer_too_small.c:21)
6  Address 0x........ is 4 bytes inside a block of size 8 alloc'd
7    at 0x........: malloc (vg_replace_malloc.c:...)
8    by 0x........: main (holey_buffer_too_small.c:19)
9  Uninitialised value was created by a heap allocation
10    at 0x........: malloc (vg_replace_malloc.c:...)
11    by 0x........: main (holey_buffer_too_small.c:19)
13 Unaddressable byte(s) found during client check request
14    at 0x........: main (holey_buffer_too_small.c:21)
15  Address 0x........ is 0 bytes after a block of size 8 alloc'd
16    at 0x........: malloc (vg_replace_malloc.c:...)
17    by 0x........: main (holey_buffer_too_small.c:19)
20 ---- part defined, address error at start ----
22 Unaddressable byte(s) found during client check request
23    at 0x........: main (holey_buffer_too_small.c:27)
24  Address 0x........ is 1 bytes before a block of size 8 alloc'd
25    at 0x........: malloc (vg_replace_malloc.c:...)
26    by 0x........: main (holey_buffer_too_small.c:25)
29 ---- fully defined, address error at end ----
31 Unaddressable byte(s) found during client check request
32    at 0x........: main (holey_buffer_too_small.c:33)
33  Address 0x........ is 0 bytes after a block of size 8 alloc'd
34    at 0x........: malloc (vg_replace_malloc.c:...)
35    by 0x........: main (holey_buffer_too_small.c:31)
38 ---- fully defined, address error at start ----
40 Unaddressable byte(s) found during client check request
41    at 0x........: main (holey_buffer_too_small.c:39)
42  Address 0x........ is 1 bytes before a block of size 8 alloc'd
43    at 0x........: malloc (vg_replace_malloc.c:...)
44    by 0x........: main (holey_buffer_too_small.c:37)