Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use repr(C) layout for GuidExtension #588

Closed
wants to merge 1 commit into from

Conversation

gaojiaqi7
Copy link
Member

It is important to use repr(C) layout for structures that are used for decoding/encoding from/into bytes.

Fix: #586

It is important to use `repr(C)` layout for structures that are
used for decoding/encoding from/into bytes.

Signed-off-by: Jiaqi Gao <[email protected]>
@gaojiaqi7 gaojiaqi7 closed this Aug 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

td-uefi-pi: the layout of GuidExtension should be repr(C)
1 participant