2 Undef 1 of 3 (64-bit FP)
3 Conditional 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)
12 Undef 2 of 3 (32-bit FP)
13 Conditional 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)
23 Conditional 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)