BaseTools FMMT handle case where Parent.Data is none (previously easier bug report?) #10557
Labels
priority:high
Significant impact. Should be fixed as soon as possible.
type:bug
Something isn't working
Discussed in #6558
Originally posted by jaredmauch December 18, 2024
I've found a bug in FMMT and wanted to quickly report it but don't have a chance to do fork() and PR
You can't force a bios vendor (in this case DELL) to fix things, but you can at least fix the parser bug that prevents it from being loaded.
This change resolves the problem that I was having:
because Parent.Data was None, and it was being referenced here. There may be a better way to fix this issue, but this change is allowing me to move on with my project.
The text was updated successfully, but these errors were encountered: