Actions
Bug #2003
closedBUG_ON body sometimes contains side-effectual code
Affected Versions:
Effort:
Difficulty:
Label:
Description
Example: https://github.com/inliniac/suricata/blob/master/src/flow-worker.c#L98
When running without assertions enabled, this will cause those necessary portions of the code not to run and a failure somewhere else.
Actions