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
Originated by glimes (33 on babelfish):
cppcheck identifies gethostbyname as nonreentrant and obsolete, and recommends gethostbyname_r in the first case and getaddrinfo in the second.
The text was updated successfully, but these errors were encountered:
set gitaddrinfo(3) man page client program for example
Sorry, something went wrong.
@avan989 Take a look at this on
Can you clarify the example?
Fix #5, Replace gethostbyname use
fac2dc5
CCB 2019-09-04: Merge #24 #4 #12 #6 #11 #5 #7 #14 #1
ae911ab
Reviewed and approved at 2019-09-04 CCB
avan989
Successfully merging a pull request may close this issue.
Originated by glimes (33 on babelfish):
cppcheck identifies gethostbyname as nonreentrant and obsolete, and recommends gethostbyname_r in the first case and getaddrinfo in the second.
The text was updated successfully, but these errors were encountered: