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
Jason Ish f0411c079d rust: fix compiler warning for confusing lifetimes
For example:

error: lifetime flowing from input to output with different syntax can be confusing
   --> htp/src/headers.rs:475:16
    |
475 | fn null(input: &[u8]) -> IResult<&[u8], ParsedBytes> {
    |                ^^^^^             -----  ----------- the lifetimes get resolved as `'_`
    |                |                 |
    |                |                 the lifetimes get resolved as `'_`
    |                this lifetime flows to the output
    |
note: the lint level is defined here
   --> htp/src/lib.rs:3:9

This currently only happens when using the Rust nightly compiler, which
we use for our fuzz builds.
1 year ago
..
.cargo
derive
htp rust: fix compiler warning for confusing lifetimes 1 year ago
src rust: fix compiler warning for confusing lifetimes 1 year ago
suricatactl rust: update deps 1 year ago
suricatasc rust: update deps 1 year ago
sys rust: bindgen app-layer-detect-proto.h 1 year ago
.gitignore
Cargo.lock.in lua: update to Lua 5.4.8 1 year ago
Cargo.toml.in lua: update to Lua 5.4.8 1 year ago
Makefile.am github-ci: enable asan for suricata-lua-sys in fuzz build 1 year ago
cbindgen.toml rust: remove some unneeded cbindgen:ignore 1 year ago
rustfmt.toml