1 2 Invalid read of size 8 3 at 0x........: main (fp.c:13) 4 Address 0x........ is 0 bytes inside the accessing pointer's 5 once-legitimate range, a block of size 8 free'd 6 at 0x........: free (vg_replace_malloc.c:...) 7 by 0x........: main (fp.c:11) 8 9 Invalid write of size 8 10 at 0x........: main (fp.c:13) 11 Address 0x........ is 0 bytes inside the accessing pointer's 12 once-legitimate range, a block of size 8 free'd 13 at 0x........: free (vg_replace_malloc.c:...) 14 by 0x........: main (fp.c:11) 15 16 Invalid read of size 4 17 at 0x........: main (fp.c:14) 18 Address 0x........ is 0 bytes inside the accessing pointer's 19 once-legitimate range, a block of size 4 free'd 20 at 0x........: free (vg_replace_malloc.c:...) 21 by 0x........: main (fp.c:12) 22 23 Invalid write of size 4 24 at 0x........: main (fp.c:14) 25 Address 0x........ is 0 bytes inside the accessing pointer's 26 once-legitimate range, a block of size 4 free'd 27 at 0x........: free (vg_replace_malloc.c:...) 28 by 0x........: main (fp.c:12) 29 30 31 ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 0 from 0) 32