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

   ```
   1095  if (local_addr.network_order_port() || !is_any_address) {
        19. Condition -1 == SocketManager::ink_bind(fd, &local_addr.sa, 
ats_ip_size(&local_addr.sa), 0), taking false branch.
   1096    if (-1 == SocketManager::ink_bind(fd, &local_addr.sa, 
ats_ip_size(&local_addr.sa))) {
   1097      char buff[INET6_ADDRPORTSTRLEN];
   1098      Debug("udpnet", "ink bind failed on %s", ats_ip_nptop(local_addr, 
buff, sizeof(buff)));
   1099      goto SoftError;
   1100    }
   1101
        
   CID 1518060 (#1 of 1): Uninitialized scalar variable (UNINIT)
   20. uninit_use_in_call: Using uninitialized value local_addr_len when 
calling safe_getsockname. [[show 
details](https://scan6.scan.coverity.com/eventId=34735411-25&modelId=34735411-0&fileInstanceId=162995658&filePath=%2Fsrc%2Ftscore%2Fink_sock.cc&fileStart=223&fileEnd=230)]
   1102    if (safe_getsockname(fd, &local_addr.sa, &local_addr_len) < 0) {
   1103      Debug("udpnet", "CreateUdpsocket: getsockname didn't work");
   1104      goto HardError;
   1105    }
   1106  }
   ```


-- 
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: issues-unsubscr...@trafficserver.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to