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

mok: fix LogError() invocation #577

Merged
merged 1 commit into from
Oct 19, 2023

Commits on Aug 25, 2023

  1. CVE-2023-40546 mok: fix LogError() invocation

    On some ARM platform, jlinton noticed that when we fail to set a
    variable (because it isn't supported at all, presumably), our error
    message has an extra argument that doesn't match the format string.
    
    This patch removes the extra argument.
    
    Resolves: CVE-2023-40546
    Signed-off-by: Peter Jones <pjones@redhat.com>
    vathpela committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    affa8a2 View commit details
    Browse the repository at this point in the history