summaryrefslogtreecommitdiff
path: root/drivers/mmc/core/quirks.h
diff options
context:
space:
mode:
authorDan Carpenter <dan.carpenter@oracle.com>2018-01-06 12:22:30 +0300
committerJens Wiklander <jens.wiklander@linaro.org>2018-01-09 14:34:00 +0100
commit2490cdf6435b1d3cac0dbf710cd752487c67c296 (patch)
treeafb63b0da6212dacd08ab4ec7b81922a99b9295e /drivers/mmc/core/quirks.h
parentc94f31b526fe658c25dd2d07c90486a85437f01c (diff)
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 'drivers/mmc/core/quirks.h')
0 files changed, 0 insertions, 0 deletions