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

Fix UEFI Variable Fetching on Linux #655

Merged
merged 1 commit into from
Oct 18, 2024
Merged

Commits on Oct 18, 2024

  1. Fix UEFI Variable Reading on Linux

    The UEFI variable fetching on Linux was broken, it was reading
    the attributes as part of the data, not correctly skipping over
    the attributes and fetching the data. For Linux, the value read
    is a UINT32 Attributes + Variable Length Data.
    
    This change has been tested to fix that but reading (and
    ignoring but logging an error if the attributes aren't 7, as
    ConfigEditor expects) the attributes and then fetching the data
    past that.
    os-d committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    75208de View commit details
    Browse the repository at this point in the history