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
Victor Julien e8939335ea rust/nfs: explicitly handle GAPs from C
It seems that Rust optimizes this code in such a way that it
passes the null ptr along as real data.

    if buf.as_ptr().is_null() && input_len > 0 {
7 years ago
..
.cargo
src rust/nfs: explicitly handle GAPs from C 7 years ago
.gitignore
Cargo.toml.in
Makefile.am
gen-c-headers.py