diff options
author | Dan Carpenter <dan.carpenter@oracle.com> | 2019-03-22 07:41:25 +0100 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2019-04-01 19:44:34 +0200 |
commit | 3a3fe6e766630aacf8cc212cceb1d57d7b346463 (patch) | |
tree | 7d2c934ec39fc4d8ea86b7feb470af71b429374b /net/unix/af_unix.c | |
parent | drm/vc4: Use drm_print_regset32() for our debug register dumping. (diff) | |
download | linux-3a3fe6e766630aacf8cc212cceb1d57d7b346463.tar.xz linux-3a3fe6e766630aacf8cc212cceb1d57d7b346463.zip |
drm: shmem: Off by one in drm_gem_shmem_fault()
The shmem->pages[] array has "num_pages" elements so the > should be >=
to prevent reading beyond the end of the array. The shmem->pages[]
array is allocated in drm_gem_shmem_prime_import_sg_table().
Fixes: 2194a63a818d ("drm: Add library for shmem backed GEM objects")
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Eric Anholt <eric@anholt.net>
Reviewed-by: Eric Anholt <eric@anholt.net>
Link: https://patchwork.freedesktop.org/patch/msgid/20190322064125.GA12551@kadam
Diffstat (limited to 'net/unix/af_unix.c')
0 files changed, 0 insertions, 0 deletions