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
glowcoil opened this issue Mar 22, 2021 · 0 comments

Comments

@glowcoil
Copy link
Member

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