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

Andrew John Hughes andrew at openjdk.org
Tue Nov 28 03:34:31 UTC 2023


> 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 and [a PR is open for 11u](https://github.com/openjdk/jdk11u-dev/pull/2299).
> 
> 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 [PR 388](https://github.com/openjdk/jdk8u-dev/pull/388). The new code in JDK-8297955 failed to catch a null  IssuerName, allowing a NullPointerException to be thrown instead of the specified CertStoreException.
> 
> Thanks.

Andrew John Hughes has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brought in by the merge/rebase.

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

Changes:
  - all: https://git.openjdk.org/jdk8u-dev/pull/389/files
  - new: https://git.openjdk.org/jdk8u-dev/pull/389/files/69299277..69299277

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk8u-dev&pr=389&range=01
 - incr: https://webrevs.openjdk.org/?repo=jdk8u-dev&pr=389&range=00-01

  Stats: 0 lines in 0 files changed: 0 ins; 0 del; 0 mod
  Patch: https://git.openjdk.org/jdk8u-dev/pull/389.diff
  Fetch: git fetch https://git.openjdk.org/jdk8u-dev.git pull/389/head:pull/389

PR: https://git.openjdk.org/jdk8u-dev/pull/389


More information about the jdk8u-dev mailing list