JDK-2144648 : jusched crash: buffer overrun
  • Type: Backport
  • Backport of: JDK-6502051
  • Component: deploy
  • Sub-Component: deployment_toolkit
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2006-12-07
  • Updated: 2010-04-04
  • Resolved: 2007-06-12
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 7
5.0u14 b01Fixed 7Fixed
Comments
SUGGESTED FIX deploy/src/plugin/win32/jupdate/scheduler/UpdateScheduler.cpp <char buf[128] --- >char buf[256]
31-05-2007

EVALUATION One liner fix to increase buffer size.
07-12-2006