You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 27, 2024. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
The buffer for storing the variable-size
Events
structure inSendEventBuffer
is allocated as aVec<u8>
, which does not have the alignment required forEvents
.The text was updated successfully, but these errors were encountered: