blob: 8bb0538b2e91e6f0f2528c23d2905221938b5352 [file] [log] [blame]
njn25e49d8e72002-09-23 09:36:25 +00001
2Invalid write of size 1
3 at 0x........: main (badaddrvalue.c:8)
4 by 0x........: __libc_start_main (...libc...)
njn25cac76cb2002-09-23 11:21:57 +00005 by 0x........: (within /.../tests/badaddrvalue)
njn25e49d8e72002-09-23 09:36:25 +00006 Address 0x........ is 1 bytes before a block of size 8 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 (badaddrvalue.c:7)
9 by 0x........: __libc_start_main (...libc...)
njn25cac76cb2002-09-23 11:21:57 +000010 by 0x........: (within /.../tests/badaddrvalue)
njn25e49d8e72002-09-23 09:36:25 +000011
12Invalid read of size 1
13 at 0x........: main (badaddrvalue.c:9)
14 by 0x........: __libc_start_main (...libc...)
njn25cac76cb2002-09-23 11:21:57 +000015 by 0x........: (within /.../tests/badaddrvalue)
njn25e49d8e72002-09-23 09:36:25 +000016 Address 0x........ is 1 bytes before a block of size 8 alloc'd
njn3e884182003-04-15 13:03:23 +000017 at 0x........: malloc (vg_replace_malloc.c:...)
njn25e49d8e72002-09-23 09:36:25 +000018 by 0x........: main (badaddrvalue.c:7)
19 by 0x........: __libc_start_main (...libc...)
njn25cac76cb2002-09-23 11:21:57 +000020 by 0x........: (within /.../tests/badaddrvalue)
njn25e49d8e72002-09-23 09:36:25 +000021
22ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)
23malloc/free: in use at exit: 8 bytes in 1 blocks.
24malloc/free: 1 allocs, 0 frees, 8 bytes allocated.
25For a detailed leak analysis, rerun with: --leak-check=yes
26For counts of detected errors, rerun with: -v