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

   ```
    65  case AF_INET6: {
    66    sockaddr_in6 sa6;
    67
        
   CID 1508985 (#2 of 2): Unchecked return value (CHECKED_RETURN)
   2. check_return: Calling inet_pton without checking return value (as is done 
elsewhere 8 out of 10 times).
    68    inet_pton(AF_INET6, ip.c_str(), &(sa6.sin6_addr));
    69    sa6.sin6_family = AF_INET6;
    70    return hasher(reinterpret_cast<const sockaddr *>(&sa6));
    71  } break;
   ```


-- 
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