JDK-8016103 : Heap corruption with NetworkInterface.getByInetAddress() and long i/f name
  • Type: Backport
  • Backport of: JDK-8013140
  • Component: core-libs
  • Sub-Component: java.net
  • Affected Version: 6u60
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • Submitted: 2013-06-06
  • Updated: 2013-08-29
  • Resolved: 2013-06-06
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 6 JDK 8
6u60 b31Fixed 8Fixed
Comments
Verified with jdk 6u60 b01 with attached testcase on Solaris sparc. $ jdk1.6.0_51/bin/java Test # # A fatal error has been detected by the Java Runtime Environment: # # SIGSEGV (0xb) at pc=0xff223f18, pid=746, tid=2 # # JRE version: 6.0_51-b09 # Java VM: Java HotSpot(TM) Server VM (20.51-b01 mixed mode solaris-sparc ) # Problematic frame: # C [libc.so.1+0x73f18] _malloc_unlocked+0x228 # # An error report file with more information is saved as: # /export/home/gtee/hs_err_pid746.log $ jdk1.6.0_60/bin/java Test No issues
20-06-2013