diff options
| -rw-r--r-- | crypto/asymmetric_keys/public_key.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/asymmetric_keys/public_key.c b/crypto/asymmetric_keys/public_key.c index fd76b5fc3b3a..d3a989e718f5 100644 --- a/crypto/asymmetric_keys/public_key.c +++ b/crypto/asymmetric_keys/public_key.c | |||
| @@ -121,6 +121,7 @@ int public_key_verify_signature(const struct public_key *pkey, | |||
| 121 | if (ret) | 121 | if (ret) |
| 122 | goto error_free_req; | 122 | goto error_free_req; |
| 123 | 123 | ||
| 124 | ret = -ENOMEM; | ||
| 124 | outlen = crypto_akcipher_maxsize(tfm); | 125 | outlen = crypto_akcipher_maxsize(tfm); |
| 125 | output = kmalloc(outlen, GFP_KERNEL); | 126 | output = kmalloc(outlen, GFP_KERNEL); |
| 126 | if (!output) | 127 | if (!output) |
