зеркало из https://github.com/mozilla/pjs.git
Add assertion to help debugging CRL crash
This commit is contained in:
Родитель
527a99f04f
Коммит
15afa035da
|
@ -3848,6 +3848,7 @@ SEC_DeletePermCRL(CERTSignedCrl *crl)
|
|||
PK11SlotInfo *slot = crl->slot;
|
||||
|
||||
if (slot == NULL) {
|
||||
PORT_Assert(slot);
|
||||
/* shouldn't happen */
|
||||
PORT_SetError( SEC_ERROR_CRL_INVALID);
|
||||
return SECFailure;
|
||||
|
|
Загрузка…
Ссылка в новой задаче