maskit opened a new issue, #10422:
URL: https://github.com/apache/trafficserver/issues/10422

   Socks.cc
   ```
   526  socks_conf_stuff->socks_needed   = 0;
   527  socks_conf_stuff->accept_enabled = 0;
        const: At condition socks_config_fd >= 0, the value of socks_config_fd 
must be equal to -1.
        dead_error_condition: The condition socks_config_fd >= 0 cannot be true.
   528  if (socks_config_fd >= 0) {
        
   CID 1508896 (#1 of 1): Logically dead code (DEADCODE)
   dead_error_line: Execution cannot reach this statement: 
close(socks_config_fd);.
   529    ::close(socks_config_fd);
   530  }
   531}
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to