]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/vmwgfx: NULL pointer dereference in vmw_surface_define_ioctl()
authorMurray McAllister <murray.mcallister@insomniasec.com>
Mon, 27 Mar 2017 09:12:53 +0000 (11:12 +0200)
committerBrian Maly <brian.maly@oracle.com>
Tue, 8 May 2018 19:49:03 +0000 (15:49 -0400)
commitad46214000c78017eb7dc2c60e2d3caae6673483
tree7b332bd66dd9756b7ce4f7b93d05a320ab6cbaf7
parent3f1711bf3b3212f65afec57d3cab5814769bb7c0
drm/vmwgfx: NULL pointer dereference in vmw_surface_define_ioctl()

Before memory allocations vmw_surface_define_ioctl() checks the
upper-bounds of a user-supplied size, but does not check if the
supplied size is 0.

Add check to avoid NULL pointer dereferences.

Cc: <stable@vger.kernel.org>
Signed-off-by: Murray McAllister <murray.mcallister@insomniasec.com>
Reviewed-by: Sinclair Yeh <syeh@vmware.com>
Orabug: 27913367
CVE: CVE-2017-7294

(cherry picked from commit 36274ab8c596f1240c606bb514da329add2a1bcd)
Signed-off-by: Jack Vogel <jack.vogel@oracle.com>
Reviewed-by: Shan Hai <shan.hai@oracle.com>
Signed-off-by: Brian Maly <brian.maly@oracle.com>
drivers/gpu/drm/vmwgfx/vmwgfx_surface.c