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