mirror of https://github.com/OISF/suricata
detect: fixes InspectionBuffer id with transforms
When InspectionBufferGet gets called with base_id Later InspectionBufferSetup must also be called with base_id In case there were transforms, we had base_id != list_id Not calling InspectionBufferSetup with the right id resulted in leaving a dangling pointer, because it was not added to det_ctx->inspect.to_clear_queue Bug: #4681.pull/6620/head
parent
244dd11c34
commit
c3339c853e
Loading…
Reference in New Issue