diff options
author | Dan Carpenter <dan.carpenter@oracle.com> | 2018-01-06 12:22:30 +0300 |
---|---|---|
committer | Jens Wiklander <jens.wiklander@linaro.org> | 2018-01-09 16:34:00 +0300 |
commit | 2490cdf6435b1d3cac0dbf710cd752487c67c296 (patch) | |
tree | afb63b0da6212dacd08ab4ec7b81922a99b9295e /include/linux/tee_drv.h | |
parent | c94f31b526fe658c25dd2d07c90486a85437f01c (diff) | |
download | linux-2490cdf6435b1d3cac0dbf710cd752487c67c296.tar.xz |
tee: shm: Potential NULL dereference calling tee_shm_register()
get_user_pages_fast() can return zero in certain error paths. We should
handle that or else it means we accidentally return ERR_PTR(0) which is
NULL instead of an error pointer. The callers are not expecting that
and will crash with a NULL dereference.
Fixes: 033ddf12bcf5 ("tee: add register user memory")
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org>
Diffstat (limited to 'include/linux/tee_drv.h')
0 files changed, 0 insertions, 0 deletions