Files
ghost/ghost-core
pandaadir05 8e22e2d92d Fix YARA compiler move issue in error path
When add_rules_str() fails, the compiler is already consumed.
Changed from 'continue' to 'return Err' to avoid trying to use
the moved compiler in the next loop iteration. This properly
handles the builder pattern where the value is consumed on error.
2025-11-21 14:37:46 +02:00
..
2025-11-21 13:53:30 +02:00