mirror of https://github.com/OISF/suricata
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.
Fuzzing highlighted an issue where a command sequence on the same file id triggered a logging issue: file data for id N close id N file data for id N If this happened in a single blob of data passed to the parser, the existing file tx would be reused, the file "reopened", confusing the file logging logic. This would trigger a debug assert. This patch makes sure a new file tx is created for the file data coming in after the first file tx is closed. Bug: #5567. |
3 years ago | |
---|---|---|
.. | ||
.cargo | 6 years ago | |
derive | 3 years ago | |
src | 3 years ago | |
.gitignore | 4 years ago | |
Cargo.toml.in | 3 years ago | |
Makefile.am | 3 years ago | |
cbindgen.toml | 3 years ago | |
rustfmt.toml | 5 years ago |