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 3000e963d5 rust/applayer: use c_int as return type for get_info_by_id
Rust was using i8 as the return type, while C uses int. As of Rust
1.82, the return value is turned to garbage over the FFI boundary.

Ticket: #7338
(cherry picked from commit 45384ef969)
2 years ago
..
.cargo rust: rename .cargo/config to .cargo/config.toml 2 years ago
derive rust/applayer: use c_int as return type for get_info_by_id 2 years ago
src rust/applayer: use c_int as return type for get_info_by_id 2 years ago
.gitignore rust: rename .cargo/config to .cargo/config.toml 2 years ago
Cargo.lock.in http2: update brotli crate 2 years ago
Cargo.toml.in cargo: use default-features instead of default_features 2 years ago
Makefile.am rust: rename .cargo/config to .cargo/config.toml 2 years ago
cbindgen.toml ftp: add events for command too long 3 years ago
rustfmt.toml style: compressed function headers for rustfmt 6 years ago