diff options
author | Colin Ian King <colin.king@canonical.com> | 2020-01-16 16:48:52 +0100 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2020-01-22 09:21:11 +0100 |
commit | 48d625e4c4cec813cdd1e439864a8ffc0b5081f1 (patch) | |
tree | eb7664d58dacfdac132506633119f0fc2ac59cfe /lib/crypto/chacha20poly1305-selftest.c | |
parent | crypto: ccree - erase unneeded inline funcs (diff) | |
download | linux-48d625e4c4cec813cdd1e439864a8ffc0b5081f1.tar.xz linux-48d625e4c4cec813cdd1e439864a8ffc0b5081f1.zip |
tee: fix memory allocation failure checks on drv_data and amdtee
Currently the memory allocation failure checks on drv_data and
amdtee are using IS_ERR rather than checking for a null pointer.
Fix these checks to use the conventional null pointer check.
Addresses-Coverity: ("Dereference null return")
Fixes: 757cc3e9ff1d ("tee: add AMD-TEE driver")
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Reviewed-by: Rijo Thomas <Rijo-john.Thomas@amd.com>
Acked-by: Jens Wiklander <jens.wiklander@linaro.org>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'lib/crypto/chacha20poly1305-selftest.c')
0 files changed, 0 insertions, 0 deletions