JDK-8255348 : NPE in PKIXCertPathValidator event logging code
  • Type: Bug
  • Component: security-libs
  • Sub-Component: java.security
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2020-10-23
  • Updated: 2021-01-28
  • Resolved: 2021-01-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.
JDK 17
17 b07Fixed
Related Reports
Relates :  
Description
A NullPointerException can be thrown if a TrustAnchor is specified as a name/public key, and not a certificate.

See https://mail.openjdk.java.net/pipermail/security-dev/2020-October/022972.html for more info.
Comments
Changeset: 18eb6d9e Author: Sean Coffey <coffeys@openjdk.org> Date: 2021-01-22 15:31:35 +0000 URL: https://git.openjdk.java.net/jdk/commit/18eb6d9e
22-01-2021

Most likely affects all the versions that JDK-8148188 was fixed in.
23-10-2020