JDK-7083071 : javaws.exe crash due to free() of non-null terminated string
  • Type: Bug
  • Component: deploy
  • Sub-Component: webstart
  • Affected Version: 7-client
  • Priority: P2
  • Status: Resolved
  • Resolution: Fixed
  • OS: windows
  • CPU: x86
  • Submitted: 2011-08-24
  • Updated: 2013-09-12
  • Resolved: 2011-09-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 7 JDK 8
7u2 b04Fixed 8Fixed
Description
javaws.exe crash due to free() of non-null terminated string

Comments
EVALUATION we terminated a string incorrectly: // make sure it is zero terminated jnlp[size] = '0'; later we call free(jnlp), and this might cause crash. fix: should use the right character '\0' to terminate string.
24-08-2011

EVALUATION javaws.exe crash due to free() of non-null terminated string
24-08-2011