Actions
Bug #5355
closed
JF
JF
Bug #5353: detect/alert: fix segvfault when incrementing discarded alerts if alert-queue-expand fails
detect/alert: fix segvfault when incrementing discarded alerts if alert-queue-expand fails (6.0.x backport)
Bug #5355:
detect/alert: fix segvfault when incrementing discarded alerts if alert-queue-expand fails (6.0.x backport)
Affected Versions:
Effort:
Difficulty:
Label:
Description
This happens because `alerts.discarded` is being incremented indirectly via the DetCtx's Packet, instead of using the Packet that is passed to the function.
(Backport ticket)
JF Updated by Juliana Fajardini Reichow almost 4 years ago
- Copied from Bug #5353: detect/alert: fix segvfault when incrementing discarded alerts if alert-queue-expand fails added
JF Updated by Juliana Fajardini Reichow almost 4 years ago
- Status changed from New to In Progress
JF Updated by Juliana Fajardini Reichow almost 4 years ago
- Status changed from In Progress to In Review
PR for review: https://github.com/OISF/suricata/pull/7397
JL Updated by Jeff Lucovsky almost 4 years ago
- Subject changed from detect/alert: fix segvfault when incrementing discarded alerts if alert-queue-expand fails to detect/alert: fix segvfault when incrementing discarded alerts if alert-queue-expand fails (6.0.x backport)
VJ Updated by Victor Julien almost 4 years ago
- Status changed from In Review to Closed
Actions