Actions
Bug #71
closedAbort in Defrag4Reassmble on startup.
Affected Versions:
Effort:
Difficulty:
Label:
Description
I'm seeing this quite a bit at startup on networks that have frags. Maybe because the engine is coming in after the conversation has already started? If I extract traffic from a pcap for the matching ip addy's as seen in the bracktrace output and replay it I do not get the same abort.
suricata: defrag.c:788: Defrag4Reassemble: Assertion `!(rp->ip4h == ((void *)0))' failed.
Files
Updated by Jason Ish over 14 years ago
- File 0001-Fix-issue-71.patch 0001-Fix-issue-71.patch added
The insert and re-assemble steps need to be done in the scope of the same lock.
Actions