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

dp.c: fix bug in end of hardware device path #276

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

meator
Copy link

@meator meator commented Jan 27, 2025

This is likely a typo. The if condition in question will always be false, because the value of dp->type is already checked in the if condition above.

Relevant section of the specification: https://uefi.org/specs/UEFI/2.11/10_Protocols_Device_Path_Protocol.html#device-path-end-structures

This is likely a typo. The if condition in question will always be
false, because the value of dp->type is already checked in the if
condition above.

Signed-off-by: meator <[email protected]>
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.

1 participant