8296399: crlNumExtVal might be null inside X509CRLSelector::match

Reviewed-by: xuelei
This commit is contained in:
Weijun Wang 2022-11-21 15:25:18 +00:00
parent 0b04a99245
commit 57f5cfdeb5
2 changed files with 78 additions and 0 deletions

View file

@ -623,6 +623,7 @@ public class X509CRLSelector implements CRLSelector {
if (debug != null) {
debug.println("X509CRLSelector.match: no CRLNumber");
}
return false;
}
BigInteger crlNum;
try {