blob: 3e2937a657c62108498e0205aa9990b306f0960d [file] [log] [blame]
njn25e49d8e72002-09-23 09:36:25 +00001
2Invalid write of size 1
daywalkerf77e4f82003-04-23 17:03:34 +00003 at 0x........: main (exitprog.c:13)
njn25e49d8e72002-09-23 09:36:25 +00004 by 0x........: __libc_start_main (...libc...)
njn25cac76cb2002-09-23 11:21:57 +00005 by 0x........: (within /.../tests/exitprog)
njn25e49d8e72002-09-23 09:36:25 +00006 Address 0x........ is 0 bytes after a block of size 1000000 alloc'd
njn3e884182003-04-15 13:03:23 +00007 at 0x........: malloc (vg_replace_malloc.c:...)
njn25e49d8e72002-09-23 09:36:25 +00008 by 0x........: main (exitprog.c:12)
9 by 0x........: __libc_start_main (...libc...)
njn25cac76cb2002-09-23 11:21:57 +000010 by 0x........: (within /.../tests/exitprog)
njn25e49d8e72002-09-23 09:36:25 +000011
12ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
13malloc/free: in use at exit: 1000000 bytes in 1 blocks.
14malloc/free: 1 allocs, 0 frees, 1000000 bytes allocated.
15For a detailed leak analysis, rerun with: --leak-check=yes
16For counts of detected errors, rerun with: -v