summaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
authorMatthew Wilcox2019-02-14 20:03:48 +0100
committerDave Airlie2019-02-15 04:08:08 +0100
commit69ef943dbc14b21987c79f8399ffea08f9a1b446 (patch)
tree2e231c985a2670be1966b1f81c92004641ba3736 /include/linux
parentMerge branch 'drm-fixes-5.0' of git://people.freedesktop.org/~agd5f/linux int... (diff)
downloadkernel-qcow2-linux-69ef943dbc14b21987c79f8399ffea08f9a1b446.tar.gz
kernel-qcow2-linux-69ef943dbc14b21987c79f8399ffea08f9a1b446.tar.xz
kernel-qcow2-linux-69ef943dbc14b21987c79f8399ffea08f9a1b446.zip
drm: Use array_size() when creating lease
Passing an object_count of sufficient size will make object_count * 4 wrap around to be very small, then a later function will happily iterate off the end of the object_ids array. Using array_size() will saturate at SIZE_MAX, the kmalloc() will fail and we'll return an -ENOMEM to the norty userspace. Fixes: 62884cd386b8 ("drm: Add four ioctls for managing drm mode object leases [v7]") Signed-off-by: Matthew Wilcox <willy@infradead.org> Acked-by: Kees Cook <keescook@chromium.org> Acked-by: Daniel Vetter <daniel.vetter@ffwll.ch> Cc: <stable@vger.kernel.org> # v4.15+ Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'include/linux')
0 files changed, 0 insertions, 0 deletions