You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by "Leif Hedstrom (JIRA)" <ji...@apache.org> on 2016/08/24 14:07:20 UTC

[jira] [Created] (TS-4780) CID 1361919: Control flow issues (DEADCODE) /lib/ts/InkErrno.cc:

Leif Hedstrom created TS-4780:
---------------------------------

             Summary: CID 1361919:  Control flow issues  (DEADCODE) /lib/ts/InkErrno.cc: 
                 Key: TS-4780
                 URL: https://issues.apache.org/jira/browse/TS-4780
             Project: Traffic Server
          Issue Type: Bug
          Components: Core
            Reporter: Leif Hedstrom


{code}
*** CID 1361919:  Control flow issues  (DEADCODE)
/lib/ts/InkErrno.cc: 105 in InkStrerror(int)()
99       }
100     
101       if (ink_errno > SOCK_ERRNO) {
102         return "ESOCK (unknown)";
103       }
104     
   CID 1361919:  Control flow issues  (DEADCODE)
   Execution cannot reach this statement: "return "(unknown)";".
105       return "(unknown)";

{code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)