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

Modify error message for failed RW mappings #102458

Merged
merged 1 commit into from
May 22, 2024

Commits on May 20, 2024

  1. Modify error message for failed RW mappings

    The executable allocator can fail to create a RW mapping for an existing
    RX mapping due to both being out of memory and exceeding maximum number
    of memory mappings. People were getting confused by the original error
    message.
    This chnage updates it to explicitly mention the cases when it can
    occur.
    janvorli committed May 20, 2024
    Configuration menu
    Copy the full SHA
    b8bd95d View commit details
    Browse the repository at this point in the history