Home | History | Annotate | Download | only in tests
      1 
      2 Invalid 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 
     10 Invalid 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 
     18 Invalid 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 
     26 Invalid 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 
     34 
     35 ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 0 from 0)
     36