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

bug-1830954: add support for has_guard_page_access #6539

Merged
merged 1 commit into from
Feb 29, 2024

Commits on Feb 29, 2024

  1. bug-1830954: add support for has_guard_page_access

    This adds is_likely_guard_page to the stackwalker output part of the
    processed crash schema.
    
    It also adds a new top-level has_guard_page_access protected field. This
    is true iff there's at least one memory access where
    is_likely_guard_page is true.
    
    These fields are marked protected because there are security concerns
    with this data.
    willkg committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    15f21e2 View commit details
    Browse the repository at this point in the history