зеркало из https://github.com/mozilla/pjs.git
Bug 375019, Potential leak of certRequest
Add-on patch by Alexei Volkov r=kengert
This commit is contained in:
Родитель
41c6659990
Коммит
4474c71d29
|
@ -374,6 +374,8 @@ pkix_pl_OcspRequest_Create(
|
|||
cid->certID, cert->nssCert, time,
|
||||
addServiceLocatorExtension, nssSignerCert);
|
||||
|
||||
ocspRequest->decoded = certRequest;
|
||||
|
||||
if (certRequest == NULL) {
|
||||
PKIX_ERROR(PKIX_UNABLETOCREATECERTOCSPREQUEST);
|
||||
}
|
||||
|
@ -385,8 +387,6 @@ pkix_pl_OcspRequest_Create(
|
|||
PKIX_ERROR(PKIX_UNABLETOADDACCEPTABLERESPONSESTOREQUEST);
|
||||
}
|
||||
|
||||
ocspRequest->decoded = certRequest;
|
||||
|
||||
encoding = CERT_EncodeOCSPRequest(NULL, certRequest, NULL);
|
||||
|
||||
ocspRequest->encoded = encoding;
|
||||
|
|
Загрузка…
Ссылка в новой задаче