Skip to content

Commit

Permalink
Fix problem found by coverity.
Browse files Browse the repository at this point in the history
** CID 1291923:  Memory - illegal accesses  (UNINIT)
/src/plugins/filed/bpipe-fd.c: 780 in
parse_plugin_definition(bpContext *, void *)()

CID 1291923:  Memory - illegal accesses  (UNINIT)
Using uninitialized value "argument_value".
  • Loading branch information
Marco van Wieringen committed Mar 27, 2015
1 parent cdf4449 commit 2b0bb00
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/plugins/filed/bpipe-fd.c
Original file line number Diff line number Diff line change
Expand Up @@ -777,7 +777,6 @@ static bRC parse_plugin_definition(bpContext *ctx, void *value)
/*
* See if there are more arguments and setup for the next run.
*/
bp = argument_value;
do {
bp = strchr(bp, ':');
if (bp) {
Expand Down

0 comments on commit 2b0bb00

Please sign in to comment.