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

td-exception: fix clippy error masking with zero #589

Closed

Commits on Aug 30, 2023

  1. td-exception: fix clippy error masking with zero

    Zero mask here meant the 6th bit shall be 0 for ring0. When the
    structure is used for non ring0 privileges, the corresponding
    flag needs to be set.
    
    Signed-off-by: Jiaqi Gao <[email protected]>
    gaojiaqi7 committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    c4c7691 View commit details
    Browse the repository at this point in the history