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 f184bcc10e jsonbuilder: use Box::from_raw instead of transmute to free
I think this is a bad use of transmute, while the end result
is the same, Box::from_raw is more correct as we created this
pointer with Box::into_raw.
5 years ago
..
.cargo rust: fix vendor use on MinGW 6 years ago
src jsonbuilder: use Box::from_raw instead of transmute to free 5 years ago
.gitignore rust: build fixes and nom update 8 years ago
Cargo.toml.in rust: bring back libc as a dependency 5 years ago
Makefile.am rust: Add debug_validate_bug_on macro 5 years ago
cbindgen.toml jsonbuilder: add reset marks 5 years ago
rustfmt.toml style: compressed function headers for rustfmt 5 years ago