diff options
author | Andrea Parri (Microsoft) <[email protected]> | 2020-12-09 08:08:25 +0100 |
---|---|---|
committer | Wei Liu <[email protected]> | 2021-02-05 09:55:42 +0000 |
commit | e3fa4b747f085d2cda09bba0533b86fa76038635 (patch) | |
tree | 1412fdb51d363f02a26b344d1cff661f084acfc4 /scripts/gdb/linux/tasks.py | |
parent | fe8c1b18a27de4d6ca5d99b3ffb3125dc69a5b76 (diff) |
Drivers: hv: vmbus: Avoid use-after-free in vmbus_onoffer_rescind()
When channel->device_obj is non-NULL, vmbus_onoffer_rescind() could
invoke put_device(), that will eventually release the device and free
the channel object (cf. vmbus_device_release()). However, a pointer
to the object is dereferenced again later to load the primary_channel.
The use-after-free can be avoided by noticing that this load/check is
redundant if device_obj is non-NULL: primary_channel must be NULL if
device_obj is non-NULL, cf. vmbus_add_channel_work().
Fixes: 54a66265d6754b ("Drivers: hv: vmbus: Fix rescind handling")
Reported-by: Juan Vazquez <[email protected]>
Signed-off-by: Andrea Parri (Microsoft) <[email protected]>
Reviewed-by: Michael Kelley <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Wei Liu <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/tasks.py')
0 files changed, 0 insertions, 0 deletions