зеркало из https://github.com/mozilla/gecko-dev.git
Bug 387613, Crash [@ nsNSSCertificate::GetCert fb3ac2be] on click submit on chrome://pippki/content/editcacert.xul
r=rrelyea
This commit is contained in:
Родитель
ddf6d442a5
Коммит
eda243077c
|
@ -999,6 +999,8 @@ nsNSSCertificateDB::SetCertTrust(nsIX509Cert *cert,
|
|||
SECStatus srv;
|
||||
nsNSSCertTrust trust;
|
||||
nsCOMPtr<nsIX509Cert2> pipCert = do_QueryInterface(cert);
|
||||
if (!pipCert)
|
||||
return NS_ERROR_FAILURE;
|
||||
CERTCertificate *nsscert = pipCert->GetCert();
|
||||
CERTCertificateCleaner certCleaner(nsscert);
|
||||
if (type == nsIX509Cert::CA_CERT) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче