| Index: nss/lib/certhigh/ocspsig.c
|
| diff --git a/nss/lib/certhigh/ocspsig.c b/nss/lib/certhigh/ocspsig.c
|
| index 16cd1e0ea2e813a3e428d8cd8f0171436fd0f342..0c4c2019523c2394f666e5ad401e7ad4bd3d3008 100644
|
| --- a/nss/lib/certhigh/ocspsig.c
|
| +++ b/nss/lib/certhigh/ocspsig.c
|
| @@ -543,7 +543,7 @@ CERT_CreateEncodedOCSPSuccessResponse(
|
| done:
|
| if (privKey)
|
| SECKEY_DestroyPrivateKey(privKey);
|
| - if (br->responseSignature.signature.data)
|
| + if (br && br->responseSignature.signature.data)
|
| SECITEM_FreeItem(&br->responseSignature.signature, PR_FALSE);
|
| PORT_FreeArena(tmpArena, PR_FALSE);
|
|
|
|
|