We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
339 bail_on_accept_error (some_error, strerror (errno)); 340 341 TIZ_TRACE (p_hdl, "Accepted [%s:%u] fd [%d]", ap_ip, *ap_port, 342 accepted_sockfd); 343end: 23. Condition some_error, taking true branch 344 if (some_error) 345 { CID 1352361 (#1-2 of 2): Resource leak (RESOURCE_LEAK) 24. overwrite_var: Overwriting handle accepted_sockfd in accepted_sockfd = -1 leaks the handle. 346 accepted_sockfd = ICE_SOCK_ERROR; 347 } 348 349 return accepted_sockfd; 350}
The text was updated successfully, but these errors were encountered:
18a6300
No branches or pull requests
The text was updated successfully, but these errors were encountered: