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
Copy the Internet host address of address->sin_addr to local variable with checking the buffer length, can cause potential buffer overflow if using a IP address with a long hostname that is obtained via a reverse DNS lookup
ros_comm/clients/roscpp/src/libros/transport/transport_tcp.cpp
Lines 287 to 291 in 29053c4
The text was updated successfully, but these errors were encountered:
Already fixed by #1771.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Copy the Internet host address of address->sin_addr to local variable with checking the buffer length, can cause potential buffer overflow if using a IP address with a long hostname that is obtained via a reverse DNS lookup
ros_comm/clients/roscpp/src/libros/transport/transport_tcp.cpp
Lines 287 to 291 in 29053c4
The text was updated successfully, but these errors were encountered: