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 4 months ago
- Target version changed from 8.0.0-beta1 to 8.0.0-rc1
Updated by Jason Ish about 1 month ago
- Status changed from Assigned to In Review
Pull request: https://github.com/OISF/suricata/pull/13566
Updated by Victor Julien about 1 month ago
- Status changed from In Review to Closed
Actions