blob: bc3db419954ab28a79495dfe35bf5079db1e5f3d [file] [log] [blame]
njn25e49d8e72002-09-23 09:36:25 +00001
2Invalid read of size 1
3 at 0x........: ddd (errs1.c:7)
4 by 0x........: bbb (errs1.c:9)
5 by 0x........: aaa (errs1.c:10)
6 by 0x........: main (errs1.c:17)
7 Address 0x........ is 1 bytes before a block of size 10 alloc'd
njn3e884182003-04-15 13:03:23 +00008 at 0x........: malloc (vg_replace_malloc.c:...)
njn25e49d8e72002-09-23 09:36:25 +00009 by 0x........: zzzzzzz (errs1.c:12)
10 by 0x........: yyy (errs1.c:13)
11 by 0x........: xxx (errs1.c:14)
12
13Invalid write of size 1
14 at 0x........: ddd (errs1.c:7)
15 by 0x........: bbb (errs1.c:9)
16 by 0x........: aaa (errs1.c:10)
17 by 0x........: main (errs1.c:17)
18 Address 0x........ is 1 bytes before a block of size 10 alloc'd
njn3e884182003-04-15 13:03:23 +000019 at 0x........: malloc (vg_replace_malloc.c:...)
njn25e49d8e72002-09-23 09:36:25 +000020 by 0x........: zzzzzzz (errs1.c:12)
21 by 0x........: yyy (errs1.c:13)
22 by 0x........: xxx (errs1.c:14)
23
24ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)
25malloc/free: in use at exit: 10 bytes in 1 blocks.
26malloc/free: 1 allocs, 0 frees, 10 bytes allocated.
27For a detailed leak analysis, rerun with: --leak-check=yes
28For counts of detected errors, rerun with: -v