JDK-8132551 : Initialize local variables before returning them in p11_convert.c
  • Type: Bug
  • Component: security-libs
  • Sub-Component: javax.crypto:pkcs11
  • Affected Version: 9
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • OS: windows
  • Submitted: 2015-07-29
  • Updated: 2016-06-13
  • Resolved: 2015-08-07
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 7 JDK 8 JDK 9
6u111Fixed 7u95Fixed 8u72Fixed 9 b78Fixed
Related Reports
Relates :  
Description
jdk9/dev: slowdebug build fails with C2220 error in p11_convert.c. Log is attached.

This error is actually caused by returning uninitialized local variables. I've renamed the bug appropriately.