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