Skip to content

Commit

Permalink
in_winevtlog: pass correct value (#8179)
Browse files Browse the repository at this point in the history
Signed-off-by: braydonk <[email protected]>
  • Loading branch information
braydonk authored Nov 19, 2023
1 parent 3746b4c commit 5626757
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/in_winevtlog/pack.c
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ static int pack_binary(struct winevtlog_config *ctx, PBYTE bin, size_t length)
unsigned int idx = 0;

if (length == 0) {
pack_nullstr(ctx->log_encoder);
pack_nullstr(ctx);
return 0;
}

Expand Down

0 comments on commit 5626757

Please sign in to comment.