mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +02:00
8296399: crlNumExtVal might be null inside X509CRLSelector::match
Reviewed-by: xuelei
This commit is contained in:
parent
0b04a99245
commit
57f5cfdeb5
2 changed files with 78 additions and 0 deletions
|
@ -623,6 +623,7 @@ public class X509CRLSelector implements CRLSelector {
|
|||
if (debug != null) {
|
||||
debug.println("X509CRLSelector.match: no CRLNumber");
|
||||
}
|
||||
return false;
|
||||
}
|
||||
BigInteger crlNum;
|
||||
try {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue