Actions
Bug #2003
closed
RR
VJ
BUG_ON body sometimes contains side-effectual code
Bug #2003:
BUG_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