]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
X.509: Fix error code in x509_cert_parse()
authorDan Carpenter <dan.carpenter@oracle.com>
Mon, 29 May 2017 13:26:22 +0000 (16:26 +0300)
committerHerbert Xu <herbert@gondor.apana.org.au>
Sat, 10 Jun 2017 04:04:32 +0000 (12:04 +0800)
commit3bca64c1b9d2f6e7af4512bd9bfef6909d09cdbc
treea5b59930cd42e16aeca4c7290f8887c6da5e8572
parenta18ccc365f1a29f1b6d7b4a1edbaffb7100fb1f6
X.509: Fix error code in x509_cert_parse()

We forgot to set the error code on this path so it could result in
returning NULL which leads to a NULL dereference.

Fixes: db6c43bd2132 ("crypto: KEYS: convert public key and digsig asym to the akcipher api")
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
crypto/asymmetric_keys/x509_cert_parser.c