blob: 56c325f52c9805e1d213be586ffc3fd3f89ef71a [file] [log] [blame]
njn25e49d8e72002-09-23 09:36:25 +00001
2Conditional jump or move depends on uninitialised value(s)
3 at 0x........: memcmp (in /...libc...)
4 by 0x........: __libc_start_main (...libc...)
njn25cac76cb2002-09-23 11:21:57 +00005 by 0x........: (within /.../tests/memcmptest)
njn25e49d8e72002-09-23 09:36:25 +00006
7Conditional jump or move depends on uninitialised value(s)
8 at 0x........: memcmp (in /...libc...)
9 by 0x........: __libc_start_main (...libc...)
njn25cac76cb2002-09-23 11:21:57 +000010 by 0x........: (within /.../tests/memcmptest)
njn25e49d8e72002-09-23 09:36:25 +000011
12ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)
13malloc/free: in use at exit: 20 bytes in 2 blocks.
14malloc/free: 2 allocs, 0 frees, 20 bytes allocated.
15For a detailed leak analysis, rerun with: --leak-check=yes
16For counts of detected errors, rerun with: -v