Skip to content

next/329/70x/20240307/v1#10587

Merged
victorjulien merged 2 commits intoOISF:main-7.0.xfrom
victorjulien:next/329/70x/20240307/v1
Mar 8, 2024
Merged

next/329/70x/20240307/v1#10587
victorjulien merged 2 commits intoOISF:main-7.0.xfrom
victorjulien:next/329/70x/20240307/v1

Conversation

lukashino and others added 2 commits March 7, 2024 16:31
Our code handles Uint ranges as exclusive, but for bsize, our
documentation stated that they're inclusive.

Cf. from uint.rs:

    DetectUintMode::DetectUintModeRange => {
        if val > x.arg1 && val < x.arg2 {
            return true;
        }
    }

Task OISF#6708

(cherry picked from commit 244a35d)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

4 participants