1 2Conditional jump or move depends on uninitialised value(s) 3 at 0x........: foo (partiallydefinedeq.c:15) 4 by 0x........: main (partiallydefinedeq.c:37) 5 6Conditional jump or move depends on uninitialised value(s) 7 at 0x........: foo (partiallydefinedeq.c:15) 8 by 0x........: main (partiallydefinedeq.c:52) 9 10 11HEAP SUMMARY: 12 in use at exit: ... bytes in ... blocks 13 total heap usage: ... allocs, ... frees, ... bytes allocated 14 15For a detailed leak analysis, rerun with: --leak-check=full 16 17For counts of detected and suppressed errors, rerun with: -v 18Use --track-origins=yes to see where uninitialised values come from 19ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0) 20