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

[scudo] Move the chunk update into functions #83493

Merged
merged 3 commits into from
May 16, 2024

Commits on Apr 4, 2024

  1. [scudo] Move the chunk update into functions

    The code paths for mte enabled and disabled were interleaving and which
    increases the difficulty of reading each path in both source level and
    assembly level. In this change, we move the parts that they have different
    logic into functions and minor refactors on the code structure.
    ChiaHungDuan committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    f50a4bd View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. Rename argument

    ChiaHungDuan committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    17968aa View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. Configuration menu
    Copy the full SHA
    543e70f View commit details
    Browse the repository at this point in the history