openweave/openweave-core

BleEndPointPool elements can be misaligned when compiler optimizations are active

jasongraffius opened this issue · 1 comments

When space optimization is turned on, BLEEndPoint elements can end up not aligned correctly in the BleEndPointPool. Alignment of both PoolElements and sEndPointPool should be forced into 8-byte alignment.

Fixed.