Fix: relayd: Dereference before null check
authorFrancis Deslauriers <francis.deslauriers@efficios.com>
Fri, 4 Oct 2019 11:42:36 +0000 (07:42 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 4 Oct 2019 20:30:23 +0000 (16:30 -0400)
Coverity report:
  CID 1405858 (#1 of 1): Dereference before null check
  (REVERSE_INULL)check_after_deref: Null-checking base_path suggests that
  it may be null, but it has already been dereferenced on all paths
  leading to the check.

Reported-by: Coverity (1405858) Dereference before null check
Signed-off-by: Francis Deslauriers <francis.deslauriers@efficios.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>

No differences found
This page took 0.026079 seconds and 5 git commands to generate.