Actions
Bug #5354
closedBug #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 (5.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)
Updated by Juliana Fajardini Reichow over 2 years ago
- Affected Versions 6.0.6, 7.0.0-beta1 added
- Affected Versions deleted (
5.0.8)
Updated by Juliana Fajardini Reichow over 2 years ago
- Status changed from New to In Review
- Assignee changed from OISF Dev to Juliana Fajardini Reichow
PR for review: https://github.com/OISF/suricata/pull/7394
Updated by Juliana Fajardini Reichow over 2 years ago
- Copied to Bug #5356: detect/alert: fix segvfault when incrementing discarded alerts if alert-queue-expand fails added
Updated by Juliana Fajardini Reichow over 2 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 (5.0.x backport)
Updated by Juliana Fajardini Reichow over 2 years ago
- Status changed from In Review to Closed
Merged PR: https://github.com/OISF/suricata/pull/7394
Actions