Skip to content
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
@micahrj

Description

@micahrj

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions