mirror of https://github.com/OISF/suricata
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.
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 | 3 years ago | |
log.rs | 8 months ago | |
mod.rs | 2 years ago | |
parser.rs | 2 years ago | |
rdp.rs | 7 months ago | |
util.rs | 6 months ago | |
windows.rs | 3 years ago |