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 {
8 years ago
..
.cargo rust: make distcheck fixes 9 years ago
src rust/nfs: explicitly handle GAPs from C 8 years ago
.gitignore rust: build fixes and nom update 9 years ago
Cargo.toml.in rust: require at least libc 0.2.33 9 years ago
Makefile.am rust: add --enable-rust-debug 8 years ago
gen-c-headers.py rust: generate declaration for extern unsafe funcs 9 years ago