Skip to content

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