Actions
Bug #5353
closed
JF
JF
detect/alert: fix segvfault when incrementing discarded alerts if alert-queue-expand fails
Bug #5353:
detect/alert: fix segvfault when incrementing discarded alerts if alert-queue-expand fails
Affected Versions:
Effort:
Difficulty:
Label:
Needs backport to 5.0, Needs backport to 6.0
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.
Actions