Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
src/pcp/request.c:115:13: warning: Possible null pointer dereference: msg [nullPointer] if (err || msg->hdr.result != PCP_SUCCESS ) { ^ src/pcp/request.c:141:29: note: Calling function 'completed', 3rd argument 'NULL' value is 0 completed(req, ETIMEDOUT, NULL); ^ src/pcp/request.c:115:13: note: Null pointer dereference if (err || msg->hdr.result != PCP_SUCCESS ) { ^
- Loading branch information