Home | History | Annotate | Download | only in tests
      1 
      2 Invalid read of size 4
      3    at 0x........: main (partial.c:21)
      4  Address 0x........ is 0 bytes inside the accessing pointer's
      5  legitimate range, a block of size 3 alloc'd
      6    at 0x........: malloc (vg_replace_malloc.c:...)
      7    by 0x........: main (partial.c:6)
      8 
      9 Invalid read of size 4
     10    at 0x........: main (partial.c:22)
     11  Address 0x........ is 1 bytes inside the accessing pointer's
     12  legitimate range, a block of size 4 alloc'd
     13    at 0x........: malloc (vg_replace_malloc.c:...)
     14    by 0x........: main (partial.c:7)
     15 
     16 Invalid read of size 4
     17    at 0x........: main (partial.c:23)
     18  Address 0x........ is 2 bytes inside the accessing pointer's
     19  legitimate range, a block of size 5 alloc'd
     20    at 0x........: malloc (vg_replace_malloc.c:...)
     21    by 0x........: main (partial.c:8)
     22 
     23 Invalid read of size 4
     24    at 0x........: main (partial.c:24)
     25  Address 0x........ is 3 bytes inside the accessing pointer's
     26  legitimate range, a block of size 6 alloc'd
     27    at 0x........: malloc (vg_replace_malloc.c:...)
     28    by 0x........: main (partial.c:9)
     29 
     30 Invalid read of size 4
     31    at 0x........: main (partial.c:25)
     32  Address 0x........ is 4 bytes inside the accessing pointer's
     33  legitimate range, a block of size 7 alloc'd
     34    at 0x........: malloc (vg_replace_malloc.c:...)
     35    by 0x........: main (partial.c:10)
     36 
     37 Invalid read of size 4
     38    at 0x........: main (partial.c:34)
     39  Address 0x........ is 1 bytes before 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:35)
     46  Address 0x........ is 0 bytes inside 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 4
     52    at 0x........: main (partial.c:36)
     53  Address 0x........ is 1 bytes inside the accessing pointer's
     54  legitimate range, a block of size 3 alloc'd
     55    at 0x........: malloc (vg_replace_malloc.c:...)
     56    by 0x........: main (partial.c:6)
     57 
     58 Invalid read of size 4
     59    at 0x........: main (partial.c:37)
     60  Address 0x........ is 2 bytes inside the accessing pointer's
     61  legitimate range, a block of size 3 alloc'd
     62    at 0x........: malloc (vg_replace_malloc.c:...)
     63    by 0x........: main (partial.c:6)
     64 
     65 Invalid read of size 4
     66    at 0x........: main (partial.c:38)
     67  Address 0x........ is 0 bytes after the accessing pointer's
     68  legitimate range, a block of size 3 alloc'd
     69    at 0x........: malloc (vg_replace_malloc.c:...)
     70    by 0x........: main (partial.c:6)
     71 
     72 Invalid read of size 4
     73    at 0x........: main (partial.c:41)
     74  Address 0x........ is 0 bytes inside the accessing pointer's
     75  legitimate range, a block of size 3 alloc'd
     76    at 0x........: malloc (vg_replace_malloc.c:...)
     77    by 0x........: main (partial.c:6)
     78 
     79 Invalid read of size 8
     80    at 0x........: main (partial.c:42)
     81  Address 0x........ is 0 bytes inside the accessing pointer's
     82  legitimate range, a block of size 7 alloc'd
     83    at 0x........: malloc (vg_replace_malloc.c:...)
     84    by 0x........: main (partial.c:7)
     85 
     86 Invalid read of size 8
     87    at 0x........: main (partial.c:43)
     88  Address 0x........ is 0 bytes inside the accessing pointer's
     89  legitimate range, a block of size 7 alloc'd
     90    at 0x........: malloc (vg_replace_malloc.c:...)
     91    by 0x........: main (partial.c:8)
     92 
     93 Invalid read of size 1
     94    at 0x........: main (partial.c:44)
     95  Address 0x........ is 0 bytes after the accessing pointer's
     96  legitimate range, a block of size 0 alloc'd
     97    at 0x........: malloc (vg_replace_malloc.c:...)
     98    by 0x........: main (partial.c:9)
     99 
    100 Invalid read of size 2
    101    at 0x........: main (partial.c:45)
    102  Address 0x........ is 0 bytes inside the accessing pointer's
    103  legitimate range, a block of size 1 alloc'd
    104    at 0x........: malloc (vg_replace_malloc.c:...)
    105    by 0x........: main (partial.c:10)
    106 
    107 
    108 ERROR SUMMARY: 15 errors from 15 contexts (suppressed: 0 from 0)
    109