InetAddress.java
is using Glibc function getaddrinfo()
and according to CVE-2016-3706,
getaddrinfo()
is not safe any more.
Does that mean that all the applications which use InetAddress
class are not safe. What can be the solution to this problem?