1 Conditional jump or move depends on uninitialised value(s) 2 at 0x........: main (fprw.c:16) 3 4 Conditional jump or move depends on uninitialised value(s) 5 at 0x........: main (fprw.c:17) 6 7 Invalid read of size 8 8 at 0x........: main (fprw.c:20) 9 Address 0x........ is 0 bytes inside a block of size 8 free'd 10 at 0x........: free (vg_replace_malloc.c:...) 11 by 0x........: main (fprw.c:18) 12 13 Invalid write of size 8 14 at 0x........: main (fprw.c:20) 15 Address 0x........ is 0 bytes inside a block of size 8 free'd 16 at 0x........: free (vg_replace_malloc.c:...) 17 by 0x........: main (fprw.c:18) 18 19 Invalid read of size 4 20 at 0x........: main (fprw.c:21) 21 Address 0x........ is 0 bytes inside a block of size 4 free'd 22 at 0x........: free (vg_replace_malloc.c:...) 23 by 0x........: main (fprw.c:19) 24 25 Invalid write of size 4 26 at 0x........: main (fprw.c:21) 27 Address 0x........ is 0 bytes inside a block of size 4 free'd 28 at 0x........: free (vg_replace_malloc.c:...) 29 by 0x........: main (fprw.c:19) 30 31 Invalid free() / delete / delete[] / realloc() 32 at 0x........: free (vg_replace_malloc.c:...) 33 by 0x........: main (fprw.c:22) 34 Address 0x........ is not stack'd, malloc'd or (recently) free'd 35 36 Invalid write of size 8 37 at 0x........: main (fprw.c:24) 38 Address 0x........ is 0 bytes inside a block of size 4 alloc'd 39 at 0x........: malloc (vg_replace_malloc.c:...) 40 by 0x........: main (fprw.c:23) 41 42