1 2Undef 1 of 3 (64-bit FP) 3Conditional jump or move depends on uninitialised value(s) 4 at 0x........: t1 (origin2-not-quite.c:38) 5 by 0x........: main (origin2-not-quite.c:25) 6 Uninitialised value was created by a heap allocation 7 at 0x........: malloc (vg_replace_malloc.c:...) 8 by 0x........: t1 (origin2-not-quite.c:35) 9 by 0x........: main (origin2-not-quite.c:25) 10 11 12Undef 2 of 3 (32-bit FP) 13Conditional jump or move depends on uninitialised value(s) 14 at 0x........: t2 (origin2-not-quite.c:47) 15 by 0x........: main (origin2-not-quite.c:26) 16 Uninitialised value was created by a heap allocation 17 at 0x........: malloc (vg_replace_malloc.c:...) 18 by 0x........: t2 (origin2-not-quite.c:44) 19 by 0x........: main (origin2-not-quite.c:26) 20 21 22Undef 3 of 3 (int) 23Conditional jump or move depends on uninitialised value(s) 24 at 0x........: t3 (origin2-not-quite.c:59) 25 by 0x........: main (origin2-not-quite.c:27) 26 Uninitialised value was created by a stack allocation 27 at 0x........: t3 (origin2-not-quite.c:51) 28 29