This repository was archived by the owner on Mar 27, 2024. It is now read-only.
This repository was archived by the owner on Mar 27, 2024. It is now read-only.
Event buffer in SendEventBuffer is not allocated with appropriate alignment #163
Open
Description
The buffer for storing the variable-size Events
structure in SendEventBuffer
is allocated as a Vec<u8>
, which does not have the alignment required for Events
.