Actions
Bug #5459
closedBug #5457: Counters are not initialized in all places.
Counters are not initialized in all places. (6.0.x backport)
Affected Versions:
Effort:
Difficulty:
Label:
Description
counter_alerts_overflow and counter_alerts_suppressed are only initialized in DetectEngineThreadCtxInit in detect-engine.c, but not in DetectEngineThreadCtxInitForReload.
i.e. once suricata rules are reload, these 2 counters would become invalid and writes to incorrect structure in StatsAddUI64. In fact, if one turns on debugging, the BUG_ON should trigger in StatsAddUI64.
Updated by Juliana Fajardini Reichow over 2 years ago
- Copied from Bug #5457: Counters are not initialized in all places. added
Updated by Juliana Fajardini Reichow over 2 years ago
- Status changed from New to In Review
PR for review: https://github.com/OISF/suricata/pull/7646
Updated by Victor Julien over 2 years ago
- Status changed from In Review to Closed
Actions