blob: 879fb2bfe2a55cfde4651abd4a6d8394e498b399 [file] [log] [blame]
sewardj024598e2008-09-18 14:43:05 +00001
2Invalid read of size 1
3 at 0x........: main (supp.c:13)
4 by 0x........: __libc_start_main (...libc...)
5 by 0x........: ...
6Address 0x........ is 1 bytes before the accessing pointer's
7 legitimate range, the 6-byte block alloc'd
8 at 0x........: malloc (vg_replace_malloc.c:...)
9 by 0x........: main (supp.c:12)
10 by 0x........: __libc_start_main (...libc...)
11 by 0x........: ...
12
13---- Print suppression ? --- [Return/N/n/Y/y/C/c] ---- {
14 <insert a suppression name here>
15 Annelid:LoadStore
16 fun:main
17 fun:__libc_start_main
18 obj:*/annelid/tests/supp
19}
20
21Invalid ADD
22 at 0x........: main (supp.c:14)
23 by 0x........: __libc_start_main (...libc...)
24 by 0x........: ...
25Both args derived from address 0x........ of 6-byte block alloc'd
26 at 0x........: malloc (vg_replace_malloc.c:...)
27 by 0x........: main (supp.c:12)
28 by 0x........: __libc_start_main (...libc...)
29 by 0x........: ...
30
31---- Print suppression ? --- [Return/N/n/Y/y/C/c] ---- {
32 <insert a suppression name here>
33 Annelid:Arith
34 fun:main
35 fun:__libc_start_main
36 obj:*/annelid/tests/supp
37}
38Warning: invalid file descriptor -1 in syscall write()
39
40Syscall param write(buf) is non-contiguous
41 at 0x........: __libc_write (...libc...)
42 by 0x........: __libc_start_main (...libc...)
43 by 0x........: ...
44First byte (0x........) is 3 bytes within a 6-byte block alloc'd
45 at 0x........: malloc (vg_replace_malloc.c:...)
46 by 0x........: main (supp.c:12)
47 by 0x........: __libc_start_main (...libc...)
48 by 0x........: ...
49Last byte is not within a known block
50
51---- Print suppression ? --- [Return/N/n/Y/y/C/c] ---- {
52 <insert a suppression name here>
53 Annelid:SysParam
54 write(buf)
55 fun:__GI___libc_write
56 fun:__libc_start_main
57 obj:*/annelid/tests/supp
58}
59
njncab64bc2009-08-12 00:14:44 +000060
sewardj024598e2008-09-18 14:43:05 +000061ERROR SUMMARY: 3 errors from 3 contexts (suppressed: 0 from 0)