Trust uboot's device list only if it does not look suspicious.
[AROS.git] / compiler / purify / test6.out
blobef0f81414c9452b926a9ff47ff8ae205789081dc
1 *** Purify: UMR: Read from uninitialized memory ***
2 at /home/digulla/AROS/compiler/purify/test6.c:13 in main()
3 called by :0 in _start()
4 Read of 1 bytes at 0x804fd23. This is 3 bytes into the block
5 allocated at 0x804fd20 with the size of 8 bytes (type=0)
6 The block was allocated at /home/digulla/AROS/compiler/purify/test6.c:9 in main()
7 called by :0 in _start()
8 ***
9 *** Purify: IAC: Access to memory not owned by this process ***
10 at /home/digulla/AROS/compiler/purify/test6.c:15 in main()
11 called by :0 in _start()
12 Write of 1 bytes at 0x804fd1f
13 ***
14 *** Purify: IAC: Access to memory not owned by this process ***
15 at /home/digulla/AROS/compiler/purify/test6.c:16 in main()
16 called by :0 in _start()
17 Write of 1 bytes at 0x804fd28
18 ***
19 *** Purify: IAC: Access to memory not owned by this process ***
20 at /home/digulla/AROS/compiler/purify/test6.c:23 in main()
21 called by :0 in _start()
22 Write of 1 bytes at 0x804fdf4
23 ***
24 *** Purify: UMR: Read from uninitialized memory ***
25 at /home/digulla/AROS/compiler/purify/test6.c:31 in main()
26 called by :0 in _start()
27 Read of 1 bytes at 0x804fec5. This is 5 bytes into the block
28 allocated at 0x804fec0 with the size of 7 bytes (type=0)
29 The block was allocated at /home/digulla/AROS/compiler/purify/test6.c:25 in main()
30 called by :0 in _start()
31 ***
32 *** Purify: RFM: Read from free memory ***
33 at /home/digulla/AROS/compiler/purify/test6.c:35 in main()
34 called by :0 in _start()
35 Read of 1 bytes at 0x804fec1. This is 1 bytes into the block
36 allocated at 0x804fec0 with the size of 7 bytes (type=0)
37 The block was allocated at /home/digulla/AROS/compiler/purify/test6.c:25 in main()
38 called by :0 in _start()
39 It was freed at /home/digulla/AROS/compiler/purify/test6.c:33 in main()
40 called by :0 in _start()
41 ***
42 *** Purify: WFM: Write to free memory ***
43 at /home/digulla/AROS/compiler/purify/test6.c:36 in main()
44 called by :0 in _start()
45 Write of 1 bytes at 0x804fec1. This is 1 bytes into the block
46 allocated at 0x804fec0 with the size of 7 bytes (type=0)
47 The block was allocated at /home/digulla/AROS/compiler/purify/test6.c:25 in main()
48 called by :0 in _start()
49 It was freed at /home/digulla/AROS/compiler/purify/test6.c:33 in main()
50 called by :0 in _start()
51 ***
52 *** Purify: MLK: Memory leak ***
53 at :0 in _start()
54 The memory block at 0x804fd20 with the size 8 was allocated at
55 at /home/digulla/AROS/compiler/purify/test6.c:9 in main()
56 called by :0 in _start()
57 ***
58 Purify active
59 str=0x804fd20 (malloc)
60 str=0x804fdf0 (calloc)
61 str=0x804fec0 (realloc)
62 Purify finished