JDK-6932403 : SSLSocketImpl state issue
  • Type: Bug
  • Component: security-libs
  • Sub-Component: javax.net.ssl
  • Affected Version: 6
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2010-03-05
  • Updated: 2012-08-15
  • Resolved: 2011-06-22
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.0u31Fixed 6u24Fixed 7 b142Fixed
Related Reports
Relates :  
Relates :  
Relates :  
Description
The SSLSocketImpl.fatal set the connection state to CS_ERROR, which may have been cs_SENT_CLOSE already, the improper state change may cause improper multiple thread behaviors. See comments for the detailed issue.

Comments
EVALUATION forward port of jdk6 fix
20-04-2011

SUGGESTED FIX check the state before set it to cs_ERROR in SSLSocketImpl.fatal().
05-03-2010