[jdk11u-dev] RFR: 8312126: NullPointerException in CertStore.getCRLs after 8297955

Severin Gehwolf sgehwolf at openjdk.org
Fri Nov 24 15:00:16 UTC 2023


On Fri, 24 Nov 2023 07:14:12 GMT, Andrew John Hughes <andrew at openjdk.org> wrote:

> Hi all,
> 
> This pull request contains a backport of commit [3c743cfe](https://github.com/openjdk/jdk/commit/3c743cfea00692d0b938cb1cbde936084eecf369) from the [openjdk/jdk](https://git.openjdk.org/jdk) repository.
> 
> The commit being backported was authored by Sean Mullan on 15 Sep 2023 and was reviewed by Weijun Wang. It was backported to 17u on 2023-11-10.
> 
> It is a simple fix and clean backport for a regression introduced by [JDK-8297955](https://bugs.openjdk.org/browse/JDK-8297955) which was backported in 11.0.21. The new code in JDK-8297955 failed to catch a null  IssuerName, allowing a NullPointerException to be thrown instead of the specified CertStoreException.
> 
> Thanks.

@gnu-andrew Please integrate. Thanks!

-------------

PR Comment: https://git.openjdk.org/jdk11u-dev/pull/2299#issuecomment-1825787217


More information about the jdk-updates-dev mailing list