#35 coverity - 13180 Dereference before null check
Closed: Fixed None Opened 8 years ago by rmeggins.

ns_add_signal_job ns_thrpool.c:606

CID 13180 (#2-1 of 2): Dereference before null check (REVERSE_INULL)
check_after_deref: Null-checking _job suggests that it may be null, but it has already been dereferenced on all paths leading to the check.
606 return _job ? PR_SUCCESS : PR_FAILURE;


commit 2eb08d2
Author: Rich Megginson rmeggins@redhat.com
Date: Tue May 12 13:21:18 2015 -0600

Login to comment on this ticket.

Metadata