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 d27ed5957f rust/nfs: fix read reply handling
READ replies with large data chunks are processed partially to avoid
queuing too much data. When the final chunk was received however, the
start of the chunk would already tag the transaction as 'done'. The
more aggressive tx freeing that was recently merged would cause this
tx to be freed before the rest of the in-progress chunk was done.

This patch delays the tagging of the tx until the final data has been
received.
9 years ago
..
.cargo rust: make distcheck fixes 9 years ago
src rust/nfs: fix read reply handling 9 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 9 years ago
gen-c-headers.py rust: generate declaration for extern unsafe funcs 9 years ago