aboutsummaryrefslogtreecommitdiff
path: root/scripts/gdb/linux/modules.py
diff options
context:
space:
mode:
authorRob Clark <[email protected]>2022-12-16 15:33:55 -0800
committerDmitry Osipenko <[email protected]>2023-01-10 02:17:50 +0300
commit52531258318ed59a2dc5a43df2eaf0eb1d65438e (patch)
tree6cc50280fa286f3ae4ebb2d577ca72d8a96653f3 /scripts/gdb/linux/modules.py
parent0688773f0710528e1ab302c3d6317e269f2e2e6e (diff)
drm/virtio: Fix GEM handle creation UAF
Userspace can guess the handle value and try to race GEM object creation with handle close, resulting in a use-after-free if we dereference the object after dropping the handle's reference. For that reason, dropping the handle's reference must be done *after* we are done dereferencing the object. Signed-off-by: Rob Clark <[email protected]> Reviewed-by: Chia-I Wu <[email protected]> Fixes: 62fb7a5e1096 ("virtio-gpu: add 3d/virgl support") Cc: [email protected] Signed-off-by: Dmitry Osipenko <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Diffstat (limited to 'scripts/gdb/linux/modules.py')
0 files changed, 0 insertions, 0 deletions