blob: cff83e99c495edb67df40575e27ee81c3d8aacfa [file] [log] [blame]
sewardj024598e2008-09-18 14:43:05 +00001
2Invalid read of size 4
3 at 0x........: main (ccc.cpp:20)
4 Address 0x........ is 4 bytes before the accessing pointer's
5 legitimate range, a block of size 4 alloc'd
6 at 0x........: malloc (vg_replace_malloc.c:...)
7 by 0x........: main (ccc.cpp:8)
8
9Invalid read of size 4
10 at 0x........: main (ccc.cpp:21)
11 Address 0x........ is 4 bytes before the accessing pointer's
12 legitimate range, a block of size 4 alloc'd
njn9cf79b52009-03-10 03:34:00 +000013 at 0x........: ...operator new... (vg_replace_malloc.c:...)
sewardj024598e2008-09-18 14:43:05 +000014 by 0x........: main (ccc.cpp:9)
15
16Invalid read of size 4
17 at 0x........: main (ccc.cpp:22)
18 Address 0x........ is 4 bytes before the accessing pointer's
19 legitimate range, a block of size 40 alloc'd
njn9cf79b52009-03-10 03:34:00 +000020 at 0x........: ...operator new[]... (vg_replace_malloc.c:...)
sewardj024598e2008-09-18 14:43:05 +000021 by 0x........: main (ccc.cpp:10)
22
23Invalid read of size 4
24 at 0x........: main (ccc.cpp:23)
25 Address 0x........ is 4 bytes before the accessing pointer's
26 legitimate range, a block of size 4 alloc'd
27 at 0x........: calloc (vg_replace_malloc.c:...)
28 by 0x........: main (ccc.cpp:11)
29
30Invalid read of size 4
31 at 0x........: main (ccc.cpp:24)
32 Address 0x........ is 4 bytes before the accessing pointer's
33 legitimate range, a block of size 4 alloc'd
34 at 0x........: memalign (vg_replace_malloc.c:...)
35 by 0x........: main (ccc.cpp:12)
36
37Invalid read of size 4
38 at 0x........: main (ccc.cpp:25)
39 Address 0x........ is 4 bytes before the accessing pointer's
40 legitimate range, a block of size 4 alloc'd
41 at 0x........: memalign (vg_replace_malloc.c:...)
42 by 0x........: posix_memalign (vg_replace_malloc.c:...)
43 by 0x........: main (ccc.cpp:14)
44
njncab64bc2009-08-12 00:14:44 +000045
sewardj024598e2008-09-18 14:43:05 +000046ERROR SUMMARY: 6 errors from 6 contexts (suppressed: 0 from 0)