sewardj | 024598e | 2008-09-18 14:43:05 +0000 | [diff] [blame] | 1 | |
| 2 | Invalid 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 | |
| 9 | Invalid 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 | |
| 16 | Invalid 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 | |
| 23 | Invalid 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 | |
| 30 | Invalid 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 | |
| 37 | Invalid 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 | |
| 44 | Invalid 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 | |
| 51 | Invalid 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 | |
| 58 | Invalid 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 | |
| 65 | Invalid 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 | |
njn | cab64bc | 2009-08-12 00:14:44 +0000 | [diff] [blame] | 72 | |
sewardj | 024598e | 2008-09-18 14:43:05 +0000 | [diff] [blame] | 73 | ERROR SUMMARY: 10 errors from 10 contexts (suppressed: 0 from 0) |