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 33827beae5 jsonbuilder: check buffer growth
Use try_reserve before growing the internal buffer, and the internal
state vector. This allows allocation errors to be caught and an error
returned instead of just aborting the process.

Ticket: #6057
2 years ago
..
.cargo
derive rust: use 2021 edition 2 years ago
src jsonbuilder: check buffer growth 2 years ago
.gitignore rust: bundle Cargo.lock 2 years ago
Cargo.lock.in rust: update der-parser to 8.2.0 2 years ago
Cargo.toml.in rust: use 2021 edition 2 years ago
Makefile.am rust: don't suppress vendor output 2 years ago
cbindgen.toml ftp: add events for command too long 2 years ago
rustfmt.toml