Skip to content

Commit

Permalink
plugin: Plug a use-after-free issue (CID 514582)
Browse files Browse the repository at this point in the history
Signed-off-by: Hiroshi Hatake <[email protected]>
  • Loading branch information
cosmo0920 committed Nov 25, 2024
1 parent f202b96 commit 39d07bb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/flb_plugin.c
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,6 @@ int flb_plugin_load_config_file(const char *file, struct flb_config *config)
*/
ret = flb_plugin_load_config_format(cf, config);
if (ret == -1) {
flb_cf_destroy(cf);
return -1;
}

Expand Down

0 comments on commit 39d07bb

Please sign in to comment.