blob: 0f9bd892ec1df3a3871bf774a9998f4fdc9afd3f [file] [log] [blame]
sewardj024598e2008-09-18 14:43:05 +00001
2Invalid read of size 4
3 at 0x........: main (partial.c:22)
4 Address 0x........ is 1 bytes inside 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 (partial.c:7)
8
9Invalid read of size 4
10 at 0x........: main (partial.c:23)
11 Address 0x........ is 2 bytes inside the accessing pointer's
12 legitimate range, a block of size 5 alloc'd
13 at 0x........: malloc (vg_replace_malloc.c:...)
14 by 0x........: main (partial.c:8)
15
16Invalid read of size 4
17 at 0x........: main (partial.c:24)
18 Address 0x........ is 3 bytes inside the accessing pointer's
19 legitimate range, a block of size 6 alloc'd
20 at 0x........: malloc (vg_replace_malloc.c:...)
21 by 0x........: main (partial.c:9)
22
23Invalid read of size 4
24 at 0x........: main (partial.c:34)
25 Address 0x........ is 1 bytes before the accessing pointer's
26 legitimate range, a block of size 3 alloc'd
27 at 0x........: malloc (vg_replace_malloc.c:...)
28 by 0x........: main (partial.c:6)
29
30Invalid read of size 4
31 at 0x........: main (partial.c:36)
32 Address 0x........ is 1 bytes inside the accessing pointer's
33 legitimate range, a block of size 3 alloc'd
34 at 0x........: malloc (vg_replace_malloc.c:...)
35 by 0x........: main (partial.c:6)
36
37Invalid read of size 4
38 at 0x........: main (partial.c:37)
39 Address 0x........ is 2 bytes inside the accessing pointer's
40 legitimate range, a block of size 3 alloc'd
41 at 0x........: malloc (vg_replace_malloc.c:...)
42 by 0x........: main (partial.c:6)
43
44Invalid read of size 4
45 at 0x........: main (partial.c:38)
46 Address 0x........ is 0 bytes after the accessing pointer's
47 legitimate range, a block of size 3 alloc'd
48 at 0x........: malloc (vg_replace_malloc.c:...)
49 by 0x........: main (partial.c:6)
50
51Invalid read of size 8
52 at 0x........: main (partial.c:42)
53 Address 0x........ is 0 bytes inside the accessing pointer's
54 legitimate range, a block of size 7 alloc'd
55 at 0x........: malloc (vg_replace_malloc.c:...)
56 by 0x........: main (partial.c:7)
57
58Invalid read of size 1
59 at 0x........: main (partial.c:44)
60 Address 0x........ is 0 bytes after the accessing pointer's
61 legitimate range, a block of size 0 alloc'd
62 at 0x........: malloc (vg_replace_malloc.c:...)
63 by 0x........: main (partial.c:9)
64
65Invalid read of size 2
66 at 0x........: main (partial.c:45)
67 Address 0x........ is 0 bytes inside the accessing pointer's
68 legitimate range, a block of size 1 alloc'd
69 at 0x........: malloc (vg_replace_malloc.c:...)
70 by 0x........: main (partial.c:10)
71
njncab64bc2009-08-12 00:14:44 +000072
sewardj024598e2008-09-18 14:43:05 +000073ERROR SUMMARY: 10 errors from 10 contexts (suppressed: 0 from 0)