Actions
Bug #7303
closed
ZK
ZK
detect: memleak in case of errors during initialization
Bug #7303:
detect: memleak in case of errors during initialization
Description
The new_de_ctx instance of type DetectEngineCtx should be disposed in case of error:
src/detect-engine.c:3920 - allocation of the instance, but no disposal under error label
JF Updated by Juliana Fajardini Reichow over 1 year ago
- Status changed from New to In Review
PR for review: https://github.com/OISF/suricata/pull/11868
VJ Updated by Victor Julien over 1 year ago
- Target version changed from TBD to 8.0.0-beta1
- Label Needs backport to 7.0 added
OT Updated by OISF Ticketbot over 1 year ago
- Subtask #7307 added
OT Updated by OISF Ticketbot over 1 year ago
- Label deleted (
Needs backport to 7.0)
ZK Updated by Zemeteri Kamimizu over 1 year ago
- Status changed from In Review to Resolved
JF Updated by Juliana Fajardini Reichow over 1 year ago ยท Edited
PR merged with: https://github.com/OISF/suricata/pull/11905
JF Updated by Juliana Fajardini Reichow over 1 year ago
- Subject changed from free new_de_ctx in case of error to detect: memleak in case of errors during initialization
- Status changed from Resolved to Closed
Actions