Skip to content

Fix to_dict() to handle FVs without a FV Name #134

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

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

Conversation

nate-desimone
Copy link

If an FV does not contain the optional EFI_FIRMWARE_VOLUME_EXT_HEADER, then the to_dict() function will crash. The crash occurs when attempting to access the fvname attribute, because the fvname attribute does not exist in this case.

The fix is to check if the fvname attribute does not exist. If it does not, set nameGuid to None.

If an FV does not contain the optional EFI_FIRMWARE_VOLUME_EXT_HEADER,
then the to_dict() function will crash. The crash occurs when attempting
to access the fvname attribute, because the fvname attribute does not
exist in this case.

The fix is to check if the fvname attribute does not exist. If it does
not, set nameGuid to None.

Signed-off-by: Nate DeSimone <[email protected]>
@nate-desimone
Copy link
Author

Hi @theopolis - By any chance could you take a look at my PRs?

@theopolis
Copy link
Owner

Yes! Sorry I missed these PRs. I will prioritize today.

@theopolis
Copy link
Owner

ok to test

@theopolis theopolis closed this Apr 30, 2025
@theopolis theopolis reopened this Apr 30, 2025
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.

2 participants