Actions
Bug #5059
closed
JL
JI
MQTT can return AppLayerResult::incomplete forever and buffer forever
Bug #5059:
MQTT 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];
JL Updated by Jeff Lucovsky about 4 years ago
- Copied from Bug #5018: MQTT can return AppLayerResult::incomplete forever and buffer forever added
SB Updated by Shivani Bhardwaj about 4 years ago
- Assignee changed from Shivani Bhardwaj to Jason Ish
SB Updated by Shivani Bhardwaj about 4 years ago
- Status changed from Assigned to Closed
Closed by: https://github.com/OISF/suricata/pull/7268
Actions