Project

General

Profile

Actions

Bug #5459

closed

Bug #5457: Counters are not initialized in all places.

Counters are not initialized in all places. (6.0.x backport)

Added by Juliana Fajardini Reichow over 1 year ago. Updated over 1 year ago.

Status:
Closed
Priority:
Normal
Target version:
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.


Related issues 1 (0 open1 closed)

Copied from Suricata - Bug #5457: Counters are not initialized in all places.ClosedJuliana Fajardini ReichowActions
Actions #1

Updated by Juliana Fajardini Reichow over 1 year ago

  • Copied from Bug #5457: Counters are not initialized in all places. added
Actions #2

Updated by Juliana Fajardini Reichow over 1 year ago

  • Status changed from New to In Review
Actions

Also available in: Atom PDF