Actions
Bug #2214
closeddetect state uses broken offset logic
Affected Versions:
Effort:
Difficulty:
Label:
Description
in the DeStateDetectStartDetection() function at :
uint8_t offset = det_ctx->de_state_sig_array[s->num] & 0xef
I suspect that this line of code should be:
uint8_t offset = det_ctx->de_state_sig_array[s->num] & 0x7f
Updated by Andreas Herz about 7 years ago
- Assignee set to qidu sy
- Target version changed from 3.2.3 to 3.2.4
I would recommend that you submit a PR :) see https://redmine.openinfosecfoundation.org/projects/suricata/wiki/Contributing
Updated by Victor Julien about 7 years ago
- Subject changed from the function DeStateDetectStartDetection() ,may use wrong Hexadecimal code. to detect state uses broken offset logic
- Status changed from New to Closed
- Assignee changed from qidu sy to Victor Julien
Actions