1 2Invalid 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 10Invalid read of size 1 11 at 0x........: main (unaligned.c:39) 12 Address 0x........ is 0 bytes after 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 19ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0) 20