mirror of
https://github.com/falcosecurity/falco.git
synced 2026-03-19 19:22:05 +00:00
Some objects used by falco (falco outputs, falco_formats, etc) were using raw pointer references, which isn't great. So convert use of raw pointers (originally passed from falco_init or functions it called) with shared_ptr, as they are now held in application state. Signed-off-by: Mark Stemm <mark.stemm@gmail.com>
4.1 KiB
4.1 KiB