blob: 55002a23115fc5326a6dadb65096838e41108673 [file] [log] [blame]
sewardj024598e2008-09-18 14:43:05 +00001
2Invalid read of size 1
3 at 0x........: main (unaligned.c:33)
4 Address 0x........ is 1 bytes before the accessing pointer's
5 legitimate range, a block of size 6 alloc'd
6 at 0x........: malloc (vg_replace_malloc.c:...)
7 by 0x........: ...
8 by 0x........: main (unaligned.c:8)
9
10Invalid read of size 1
11 at 0x........: main (unaligned.c:37)
12 Address 0x........ is 1 bytes before the accessing pointer's
13 legitimate range, a block of size 6 alloc'd
14 at 0x........: malloc (vg_replace_malloc.c:...)
15 by 0x........: ...
16 by 0x........: main (unaligned.c:8)
17
18Invalid read of size 1
19 at 0x........: main (unaligned.c:39)
20 Address 0x........ is 0 bytes after the accessing pointer's
21 legitimate range, a block of size 6 alloc'd
22 at 0x........: malloc (vg_replace_malloc.c:...)
23 by 0x........: ...
24 by 0x........: main (unaligned.c:8)
25
26Invalid read of size 1
27 at 0x........: main (unaligned.c:43)
28 Address 0x........ is 0 bytes after the accessing pointer's
29 legitimate range, a block of size 6 alloc'd
30 at 0x........: malloc (vg_replace_malloc.c:...)
31 by 0x........: ...
32 by 0x........: main (unaligned.c:8)
33
njncab64bc2009-08-12 00:14:44 +000034
sewardj024598e2008-09-18 14:43:05 +000035ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 0 from 0)