I got report from AddressSanitizer about heap-buffer-overflow on address, but addresses displayed in shadow bytes do not relate to reported one.
ERROR: AddressSanitizer: heap-buffer-overflow on address 0x6160000029a8 at pc 0x7f585f1d646d bp 0x7ffff1ff3430 sp 0x7ffff1ff2bd8
READ of size 80 at 0x6160000029a8
...
Shadow bytes around the buggy address:
0x0c2c7fff84e0: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa
...
Why they are different? Is it bug in AddressSanitizer?