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 | |
|---|---|---|
| .. | ||
| auth.rs | 4 years ago | |
| dcerpc.rs | 4 years ago | |
| dcerpc_records.rs | 4 years ago | |
| debug.rs | 4 years ago | |
| detect.rs | 4 years ago | |
| error.rs | ||
| events.rs | ||
| files.rs | 3 years ago | |
| funcs.rs | ||
| log.rs | 4 years ago | |
| mod.rs | 4 years ago | |
| nbss_records.rs | 4 years ago | |
| ntlmssp_records.rs | 4 years ago | |
| session.rs | ||
| smb.rs | 4 years ago | |
| smb1.rs | 3 years ago | |
| smb1_records.rs | 4 years ago | |
| smb1_session.rs | 4 years ago | |
| smb2.rs | 3 years ago | |
| smb2_ioctl.rs | 4 years ago | |
| smb2_records.rs | 4 years ago | |
| smb2_session.rs | ||
| smb3.rs | 4 years ago | |
| smb_records.rs | 4 years ago | |
| smb_status.rs | 4 years ago | |