You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
suricata/rust/src/rdp
Philippe Antoine 3bc2a14fbf rust: fix clippy 1.85 precedence warnings
warning: operator precedence can trip the unwary
   --> src/jsonbuilder.rs:781:36
    |
781 |                 buf[offset] = HEX[(x >> 4 & 0xf) as usize];
    |                                    ^^^^^^^^^^^^ help: consider parenthesizing your expression: `(x >> 4) & 0xf`
    |
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#precedence
    = note: `#[warn(clippy::precedence)]` on by default
6 months ago
..
error.rs rust: fix clippy lints for clippy::derive_partial_eq_without_eq 3 years ago
log.rs rust: remove unneeded mut for tx in loggers 8 months ago
mod.rs rust/doc: add docstring to rust module files. 2 years ago
parser.rs rust: fix vec_init_then_push 2 years ago
rdp.rs rust: use AppProto from generated bindings instead of duplicating 7 months ago
util.rs rust: fix clippy 1.85 precedence warnings 6 months ago
windows.rs rust/clippy: fix lint: needless_lifetimes 3 years ago