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.
VJ Updated by Victor Julien about 9 years ago
- Status changed from New to Assigned
- Assignee set to Victor Julien
- Priority changed from Normal to High
- Target version set to 3.2.1
Good catch. Working on a fix/workaround.
VJ Updated by Victor Julien about 9 years ago
- Status changed from Assigned to Closed
Actions