JDK-6502051 : jusched crash: buffer overrun
  • Type: Bug
  • Component: deploy
  • Sub-Component: deployment_toolkit
  • Affected Version: 6,6u5
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • OS: windows,windows_xp,windows_vista
  • CPU: x86
  • Submitted: 2006-12-07
  • Updated: 2011-03-08
  • Resolved: 2011-03-08
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.
Other JDK 6 JDK 7
5.0u14Fixed 6u1Fixed 7 b09Fixed
Related Reports
Duplicate :  
Duplicate :  
Description
Mustang b86 jusched.exe crashed on my Windows XP SP2 2x3GHz Xeon desktop machine.  Attaching a debugger revealed the cause of crash is a buffer overrun - see comments.

This issue appears to still exist in Mustang b104 codebase.

Comments
EVALUATION Fixed by increasing the buffer size.
07-12-2006

SUGGESTED FIX UpdateScheduler.cpp 24c24 < char buf[128]; --- > char buf[256]; *** (#1 of 1): [ UNSAVED ] ###@###.###
07-12-2006