Fix: wrong variable in NULL check
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 26 Jul 2017 17:23:47 +0000 (13:23 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Wed, 9 Aug 2017 19:22:10 +0000 (15:22 -0400)
commit9270b61e78604bf36ccf3c7f12eb045a8fe6832e
treec6e5a26ddef57d21a4ef2d6b2d3b62c816bd382c
parent4dd8c9bfd3117da4a3d72f721c3d0db0a74c191d
Fix: wrong variable in NULL check

Found by Coverity:

notnull: At condition impl_args, the value of impl_args cannot be NULL.
dead_error_condition: The condition !impl_args cannot be true.

CID 1376172 (#1 of 1): Logically dead code (DEADCODE)dead_error_begin:
Execution cannot reach this statement: print_err_oom();.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
cli/babeltrace-cfg-cli-args.c
This page took 0.023956 seconds and 4 git commands to generate.