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