BleEndPointPool elements can be misaligned when compiler optimizations are active
jasongraffius opened this issue · 1 comments
jasongraffius commented
When space optimization is turned on, BLEEndPoint
elements can end up not aligned correctly in the BleEndPointPool
. Alignment of both PoolElement
s and sEndPointPool
should be forced into 8-byte alignment.
jaylogue commented
Fixed.