зеркало из https://github.com/mozilla/pjs.git
Bug 538531 - valgrind: UMR in sec_asn1e_write_contents() because PSM passes uninitialized SECItem to NSS r=sayrer,honzab.moz
--HG-- extra : rebase_source : 5adcbbde9728161c83ab3967e059ec8c50495edc
This commit is contained in:
Родитель
36008cf526
Коммит
f238aeef81
|
@ -841,6 +841,7 @@ nsNSSComponent::IdentityInfoInit()
|
|||
NS_ASSERTION(rv==SECSuccess, "error converting ascii to binary.");
|
||||
rv = ATOB_ConvertAsciiToItem(&ias.serialNumber, const_cast<char*>(entry.serial_base64));
|
||||
NS_ASSERTION(rv==SECSuccess, "error converting ascii to binary.");
|
||||
ias.serialNumber.type = siUnsignedInteger;
|
||||
|
||||
entry.cert = CERT_FindCertByIssuerAndSN(nsnull, &ias);
|
||||
NS_ASSERTION(entry.cert, "Could not find EV root in NSS storage");
|
||||
|
|
Загрузка…
Ссылка в новой задаче