Actions
Bug #7303
closeddetect: 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
Updated by Juliana Fajardini Reichow 3 months ago
- Status changed from New to In Review
PR for review: https://github.com/OISF/suricata/pull/11868
Updated by Victor Julien 3 months ago
- Target version changed from TBD to 8.0.0-beta1
- Label Needs backport to 7.0 added
Updated by Zemeteri Kamimizu 3 months ago
- Status changed from In Review to Resolved
Updated by Juliana Fajardini Reichow 2 months ago ยท Edited
PR merged with: https://github.com/OISF/suricata/pull/11905
Updated by Juliana Fajardini Reichow 14 days 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