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

rule: fix 32-bit platforms don't support adding rules with a mark 0xF0000000 #983

Merged
merged 1 commit into from
Aug 5, 2024

Commits on Aug 5, 2024

  1. # rule: fix 32-bit platforms don't support adding rules with a mark v…

    …alue of 0x80000000/0xF0000000 ~ 0xF0000000/0xF0000000
    
     The maximum value for an `int` type on a 32-bit platform is 0x7FFFFFFF. Since 0xF0000000 exceeds this limit, we need to use `uint` instead of `int` to handle these values.
    qxoqx committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    2a77ddf View commit details
    Browse the repository at this point in the history