Relates :
|
In src/solaris/native/java/net/net_util_md.c, there are instances of the network interface index being read in by a "%02x". These instances are on lines 616 and 1110 of net_util_md.c and they appear involve code that obtains the default loopback interface index and default ipv6 interface index. It has been shown by CR 7078386 that the index value can be more than two digits. Therefore, these instances should likely be changed to "%08x" as instructed in CR 7078386.
|