blob: bb833013c034f3f4a9e7d497d56a08aeef996982 [file] [log] [blame]
njn25e49d8e72002-09-23 09:36:25 +00001
2Invalid read of size 4
3 at 0x........: addemup (inline.c:10)
4 by 0x........: main (inline.c:18)
5 by 0x........: __libc_start_main (...libc...)
njn25cac76cb2002-09-23 11:21:57 +00006 by 0x........: calloc@@GLIBC_2.0 (in /.../tests/inline)
njn25e49d8e72002-09-23 09:36:25 +00007 Address 0x........ is 0 bytes after a block of size 40 alloc'd
8 at 0x........: calloc (vg_clientfuncs.c:...)
9 by 0x........: main (inline.c:17)
10 by 0x........: __libc_start_main (...libc...)
njn25cac76cb2002-09-23 11:21:57 +000011 by 0x........: calloc@@GLIBC_2.0 (in /.../tests/inline)
njn25e49d8e72002-09-23 09:36:25 +000012
13ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
14malloc/free: in use at exit: 40 bytes in 1 blocks.
15malloc/free: 1 allocs, 0 frees, 40 bytes allocated.
16For a detailed leak analysis, rerun with: --leak-check=yes
17For counts of detected errors, rerun with: -v