jdk icon indicating copy to clipboard operation
jdk copied to clipboard

8336665: CCE in X509CRLImpl$TBSCertList.getCertIssuer

Open mcpowers opened this issue 6 months ago • 5 comments

https://bugs.openjdk.org/browse/JDK-8336665


Progress

  • [ ] Change must be properly reviewed (1 review required, with at least 1 Reviewer)
  • [x] Change must not contain extraneous whitespace
  • [x] Commit message must refer to an issue

Issue

  • JDK-8336665: CCE in X509CRLImpl$TBSCertList.getCertIssuer (Bug - P3)

Reviewing

Using git

Checkout this PR locally:
$ git fetch https://git.openjdk.org/jdk.git pull/20528/head:pull/20528
$ git checkout pull/20528

Update a local copy of the PR:
$ git checkout pull/20528
$ git pull https://git.openjdk.org/jdk.git pull/20528/head

Using Skara CLI tools

Checkout this PR locally:
$ git pr checkout 20528

View PR using the GUI difftool:
$ git pr show -t 20528

Using diff file

Download this PR as a diff file:
https://git.openjdk.org/jdk/pull/20528.diff

Webrev

Link to Webrev Comment

mcpowers avatar Aug 09 '24 17:08 mcpowers