You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by zw...@apache.org on 2016/10/29 00:27:55 UTC

[trafficserver] branch master updated: CID 1268010 is a false positive

This is an automated email from the ASF dual-hosted git repository.

zwoop pushed a commit to branch master
in repository https://git-dual.apache.org/repos/asf/trafficserver.git

The following commit(s) were added to refs/heads/master by this push:
       new  17b7f21   CID 1268010 is a false positive
17b7f21 is described below

commit 17b7f21b956258c69848a26d9da56aedf5cdf94d
Author: Leif Hedstrom <zw...@apache.org>
AuthorDate: Fri Oct 28 18:20:42 2016 -0600

    CID 1268010 is a false positive
---
 lib/wccp/WccpEndPoint.cc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/wccp/WccpEndPoint.cc b/lib/wccp/WccpEndPoint.cc
index 07945d7..28a2d26 100644
--- a/lib/wccp/WccpEndPoint.cc
+++ b/lib/wccp/WccpEndPoint.cc
@@ -216,6 +216,7 @@ Impl::handleMessage()
   recv_hdr.msg_control    = anc_buffer;
   recv_hdr.msg_controllen = ANC_BUFFER_SIZE;
 
+  // coverity[uninit_use_in_call]
   n = recvmsg(m_fd, &recv_hdr, MSG_TRUNC);
   if (n > BUFFER_SIZE)
     return -EMSGSIZE;

-- 
To stop receiving notification emails like this one, please contact
['"commits@trafficserver.apache.org" <co...@trafficserver.apache.org>'].