Actions
Bug #5059
closedMQTT can return AppLayerResult::incomplete forever and buffer forever
Affected Versions:
Effort:
Difficulty:
Label:
Description
Cf https://github.com/OISF/suricata/pull/6851#discussion_r791479237
if parse_connect returns Err::Incomplete (for example because, there is not enough bytes for the properties), we will keep buffering forever because we have the full message with its length already cf let rem = &fullrem[..len];
Updated by Jeff Lucovsky over 2 years ago
- Copied from Bug #5018: MQTT can return AppLayerResult::incomplete forever and buffer forever added
Updated by Shivani Bhardwaj over 2 years ago
- Assignee changed from Shivani Bhardwaj to Jason Ish
Updated by Shivani Bhardwaj over 2 years ago
- Status changed from Assigned to Closed
Closed by: https://github.com/OISF/suricata/pull/7268
Actions