Actions
Task #6814
closedTask #2693: tracking: libsuricata
libsuricata: opt-in signal handling
Description
Signal handling in suricata.c
should be refactor to be registered by the "main" of a program, as library users are unlikely to want our signal handlers. The functions that our signal handling does should be exposed as an interface to library users, so they can hook them into their own control flows.
Updated by Victor Julien 3 months ago
- Target version changed from 8.0.0-beta1 to 8.0.0-rc1
Updated by Jason Ish about 1 month ago
- Target version changed from 8.0.0-rc1 to 8.0.0
This should really be done for 8.0.0, but is not going to make rc1. Pushing to 8.0.0, but we can discuss the impact.
Updated by Jason Ish 16 days ago
- Status changed from Assigned to In Review
Pull request: https://github.com/OISF/suricata/pull/13566
Updated by Victor Julien 15 days ago
- Status changed from In Review to Closed
Actions