Actions
Bug #4832
closedWrong list_id with transforms for http_client_body and http file_data
Affected Versions:
Effort:
Difficulty:
Label:
Description
Found unreproducible by oss-fuzz
https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=31987
Bug got introduced by commit ea3fb4a465e0ecd3f08c2828aa08804335c77a46
changing InspectionBuffer *buffer = InspectionBufferGet(det_ctx, list_id);
into InspectionBuffer *buffer = InspectionBufferGet(det_ctx, base_id);
without changing the call to InspectionBufferSetup(det_ctx, list_id, buffer, data, data_len);
to use base_id
instead of list_id
Updated by Victor Julien almost 3 years ago
- Copied from Bug #4681: Wrong list_id with transforms for http_client_body and http file_data added
Updated by Victor Julien almost 3 years ago
- Status changed from In Progress to Closed
Actions