]> Git Repo - linux.git/commit
drm/vmwgfx: Fix invalid reads in fence signaled events
authorZack Rusin <[email protected]>
Thu, 25 Apr 2024 19:27:48 +0000 (15:27 -0400)
committerZack Rusin <[email protected]>
Tue, 30 Apr 2024 16:54:07 +0000 (12:54 -0400)
commita37ef7613c00f2d72c8fc08bd83fb6cc76926c8c
tree8c174de28603258e3f4fd102161460206295870c
parent6f572a80545773833f00c9a65e9242ab6fedb192
drm/vmwgfx: Fix invalid reads in fence signaled events

Correctly set the length of the drm_event to the size of the structure
that's actually used.

The length of the drm_event was set to the parent structure instead of
to the drm_vmw_event_fence which is supposed to be read. drm_read
uses the length parameter to copy the event to the user space thus
resuling in oob reads.

Signed-off-by: Zack Rusin <[email protected]>
Fixes: 8b7de6aa8468 ("vmwgfx: Rework fence event action")
Reported-by: [email protected] # ZDI-CAN-23566
Cc: David Airlie <[email protected]>
CC: Daniel Vetter <[email protected]>
Cc: Zack Rusin <[email protected]>
Cc: Broadcom internal kernel review list <[email protected]>
Cc: [email protected]
Cc: [email protected]
Cc: <[email protected]> # v3.4+
Reviewed-by: Maaz Mombasawala <[email protected]>
Reviewed-by: Martin Krastev <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
drivers/gpu/drm/vmwgfx/vmwgfx_fence.c
This page took 0.051944 seconds and 4 git commands to generate.