Index: nss/lib/freebl/aeskeywrap.c |
=================================================================== |
--- nss/lib/freebl/aeskeywrap.c (revision 256695) |
+++ nss/lib/freebl/aeskeywrap.c (working copy) |
@@ -369,6 +369,7 @@ |
if (pOutputLen) |
*pOutputLen = outLen; |
} else { |
+ s = SECFailure; |
PORT_SetError(SEC_ERROR_BAD_DATA); |
if (pOutputLen) |
*pOutputLen = 0; |