Fix: dereference before null check
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 21 Feb 2014 18:00:59 +0000 (13:00 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 21 Feb 2014 18:00:59 +0000 (13:00 -0500)
commite1919a410049bf776e29f4da4d48e514476db455
treebd67e5437a3271af76a4e9b7ad12628fee48308a
parent128cf0ddb55234bca094ba4523fa3b5cb653fba3
Fix: dereference before null check

Found by Coverity:
CID 1090602 (#1 of 1): Dereference before null check (REVERSE_INULL)
check_after_deref: Null-checking "stream" suggests that it may be null,
but it has already been dereferenced on all paths leading to the check

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
liblttng-ust-ctl/ustctl.c
This page took 0.024669 seconds and 4 git commands to generate.