1Invalid read of size 4
2   at 0x........: main (realloc3.c:23)
3 Address 0x........ is 15 bytes after a block of size 5 alloc'd
4   at 0x........: realloc (vg_replace_malloc.c:...)
5   by 0x........: main (realloc3.c:19)
6
7Invalid read of size 4
8   at 0x........: main (realloc3.c:24)
9 Address 0x........ is 15 bytes after a block of size 5 alloc'd
10   at 0x........: realloc (vg_replace_malloc.c:...)
11   by 0x........: main (realloc3.c:20)
12
13Invalid read of size 4
14   at 0x........: main (realloc3.c:25)
15 Address 0x........ is 15 bytes after a block of size 5 alloc'd
16   at 0x........: realloc (vg_replace_malloc.c:...)
17   by 0x........: main (realloc3.c:21)
18
19