summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/nss/nss/lib/freebl/aeskeywrap.c
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/nss/nss/lib/freebl/aeskeywrap.c')
-rw-r--r--chromium/third_party/nss/nss/lib/freebl/aeskeywrap.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/chromium/third_party/nss/nss/lib/freebl/aeskeywrap.c b/chromium/third_party/nss/nss/lib/freebl/aeskeywrap.c
index 16804f52957..c1c95b35158 100644
--- a/chromium/third_party/nss/nss/lib/freebl/aeskeywrap.c
+++ b/chromium/third_party/nss/nss/lib/freebl/aeskeywrap.c
@@ -369,6 +369,7 @@ AESKeyWrap_Decrypt(AESKeyWrapContext *cx, unsigned char *output,
if (pOutputLen)
*pOutputLen = outLen;
} else {
+ s = SECFailure;
PORT_SetError(SEC_ERROR_BAD_DATA);
if (pOutputLen)
*pOutputLen = 0;