We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9401a4b commit 448de9aCopy full SHA for 448de9a
src/detection/command/command.c
@@ -42,7 +42,7 @@ bool ffPrepareCommand(FFCommandOptions* options)
42
43
const char* ffDetectCommand(FFCommandOptions* options, FFstrbuf* result)
44
{
45
- FFCommandResultBundle bundle;
+ FFCommandResultBundle bundle = {};
46
if (!options->parallel)
47
bundle.error = spawnProcess(options, &bundle.handle);
48
else
0 commit comments