diff options
author | Rob Clark <[email protected]> | 2022-12-16 15:33:55 -0800 |
---|---|---|
committer | Dmitry Osipenko <[email protected]> | 2023-01-10 02:17:50 +0300 |
commit | 52531258318ed59a2dc5a43df2eaf0eb1d65438e (patch) | |
tree | 6cc50280fa286f3ae4ebb2d577ca72d8a96653f3 /scripts/gdb/linux/modules.py | |
parent | 0688773f0710528e1ab302c3d6317e269f2e2e6e (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