Actions
Bug #5356
closedBug #5353: detect/alert: fix segvfault when incrementing discarded alerts if alert-queue-expand fails
Bug #5355: detect/alert: fix segvfault when incrementing discarded alerts if alert-queue-expand fails (6.0.x backport)
detect/alert: fix segvfault when incrementing discarded alerts if alert-queue-expand fails
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
- Copied from Bug #5354: detect/alert: fix segvfault when incrementing discarded alerts if alert-queue-expand fails (5.0.x backport) added
Updated by Juliana Fajardini Reichow over 2 years ago
- Status changed from New to Rejected
Wrongly copied in a copy-spree, it seems.
Actions