1 2Undef 1 of 8 (stack, 32 bit) 3Conditional 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 9Undef 2 of 8 (stack, 32 bit) 10Conditional 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 16Undef 3 of 8 (stack, 64 bit) 17Conditional 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 23Undef 4 of 8 (mallocd, 32-bit) 24Conditional 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 31Undef 5 of 8 (realloc) 32Conditional 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 39Undef 6 of 8 (MALLOCLIKE_BLOCK) 40Conditional 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 46Undef 7 of 8 (brk) 47 48(currently disabled) 49 50Undef 8 of 8 (MAKE_MEM_UNDEFINED) 51Conditional 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 57Def 1 of 3 58 59Def 2 of 3 60 61Def 3 of 3 62