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

Various bug fixes #199

Merged
merged 3 commits into from
May 26, 2024
Merged

Commits on May 23, 2024

  1. Fix handle leaks in rdmsr.c

    All three leaks would occur in erroneous
    function paths.
    zacikpa committed May 23, 2024
    Configuration menu
    Copy the full SHA
    79032a2 View commit details
    Browse the repository at this point in the history
  2. Fix cpuid_get_hypervisor when NULL data is provided

    The data should be loaded into the local variable
    `mydata`, not into the NULL parameter.
    zacikpa committed May 23, 2024
    Configuration menu
    Copy the full SHA
    6ccf2ae View commit details
    Browse the repository at this point in the history
  3. Prevent intel_fn11 array overruns

    First check whether we are past the array, only
    then read and check its values.
    zacikpa committed May 23, 2024
    Configuration menu
    Copy the full SHA
    0f42704 View commit details
    Browse the repository at this point in the history