1 2 Undef 1 of 8 (stack, 32 bit) 3 Conditional jump or move depends on uninitialised value(s) 4 at 0x........: main (origin1-yes.c:37) 5 Uninitialised value was created by a stack allocation 6 at 0x........: main (origin1-yes.c:23) 7 8 9 Undef 2 of 8 (stack, 32 bit) 10 Conditional jump or move depends on uninitialised value(s) 11 at 0x........: main (origin1-yes.c:49) 12 Uninitialised value was created by a stack allocation 13 at 0x........: main (origin1-yes.c:23) 14 15 16 Undef 3 of 8 (stack, 64 bit) 17 Conditional jump or move depends on uninitialised value(s) 18 at 0x........: main (origin1-yes.c:56) 19 Uninitialised value was created by a stack allocation 20 at 0x........: main (origin1-yes.c:23) 21 22 23 Undef 4 of 8 (mallocd, 32-bit) 24 Conditional jump or move depends on uninitialised value(s) 25 at 0x........: main (origin1-yes.c:64) 26 Uninitialised value was created by a heap allocation 27 at 0x........: malloc (vg_replace_malloc.c:...) 28 by 0x........: main (origin1-yes.c:61) 29 30 31 Undef 5 of 8 (realloc) 32 Conditional jump or move depends on uninitialised value(s) 33 at 0x........: main (origin1-yes.c:76) 34 Uninitialised value was created by a heap allocation 35 at 0x........: realloc (vg_replace_malloc.c:...) 36 by 0x........: main (origin1-yes.c:71) 37 38 39 Undef 6 of 8 (MALLOCLIKE_BLOCK) 40 Conditional jump or move depends on uninitialised value(s) 41 at 0x........: main (origin1-yes.c:85) 42 Uninitialised value was created by a heap allocation 43 at 0x........: main (origin1-yes.c:82) 44 45 46 Undef 7 of 8 (brk) 47 48 (currently disabled) 49 50 Undef 8 of 8 (MAKE_MEM_UNDEFINED) 51 Conditional jump or move depends on uninitialised value(s) 52 at 0x........: main (origin1-yes.c:117) 53 Uninitialised value was created by a client request 54 at 0x........: main (origin1-yes.c:115) 55 56 57 Def 1 of 3 58 59 Def 2 of 3 60 61 Def 3 of 3 62