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

MdeModulePkg/Core: Reduce stack cookie value verbosity #384

Merged

Commits on May 1, 2023

  1. MdeModulePkg/Core: Reduce stack cookie address verbosity

    The message that prints the security cookie value initialized during
    PE image load prints about 150 times on some Intel platforms
    (depending on DXE/MM module count and cookie config settings).
    
    This information is typically not needed unless specialized debug
    related to security cookies is required which is rare. This change
    constrains the message to `DEBUG_VERBOSE` (instead of `DEBUG_INFO`)
    in addition to `DEBUG_LOAD`.
    
    Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com>
    makubacki committed May 1, 2023
    Configuration menu
    Copy the full SHA
    99c4c14 View commit details
    Browse the repository at this point in the history