Add missing zstd.h to coregrind Makefile.am noinst_HEADERS
[valgrind.git] / memcheck / tests / badrw.stderr.exp
blobe577ec9b34ef534b6ea37b77d35d5b359c545549
1 Invalid read of size 4
2    at 0x........: main (badrw.c:19)
3  Address 0x........ is 4 bytes before a block of size 10 alloc'd
4    at 0x........: malloc (vg_replace_malloc.c:...)
5    by 0x........: main (badrw.c:5)
7 Invalid write of size 4
8    at 0x........: main (badrw.c:20)
9  Address 0x........ is 4 bytes before a block of size 10 alloc'd
10    at 0x........: malloc (vg_replace_malloc.c:...)
11    by 0x........: main (badrw.c:5)
13 Invalid read of size 2
14    at 0x........: main (badrw.c:22)
15  Address 0x........ is 4 bytes before a block of size 10 alloc'd
16    at 0x........: malloc (vg_replace_malloc.c:...)
17    by 0x........: main (badrw.c:5)
19 Invalid write of size 2
20    at 0x........: main (badrw.c:23)
21  Address 0x........ is 4 bytes before a block of size 10 alloc'd
22    at 0x........: malloc (vg_replace_malloc.c:...)
23    by 0x........: main (badrw.c:5)
25 Invalid read of size 1
26    at 0x........: main (badrw.c:25)
27  Address 0x........ is 1 bytes before a block of size 10 alloc'd
28    at 0x........: malloc (vg_replace_malloc.c:...)
29    by 0x........: main (badrw.c:5)
31 Invalid write of size 1
32    at 0x........: main (badrw.c:26)
33  Address 0x........ is 1 bytes before a block of size 10 alloc'd
34    at 0x........: malloc (vg_replace_malloc.c:...)
35    by 0x........: main (badrw.c:5)