Skip to content
This repository has been 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
micahrj opened this issue Mar 22, 2021 · 0 comments
Open

Comments

@micahrj
Copy link
Member

micahrj commented Mar 22, 2021

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants