[PATCH v3 0/2] Drivers: hv: vmbus: fix two issues
From: Yang Yingliang <hidden>
Date: 2022-11-19 08:13:57
From: Yang Yingliang <hidden>
Date: 2022-11-19 08:13:57
This patchset fixes a double free and a memory leak problems.
v2 -> v3:
Update commit message and comment suggested by Michael.
v1 -> v2:
Add a comment before vmbus_device_register().
Yang Yingliang (2):
Drivers: hv: vmbus: fix double free in the error path of
vmbus_add_channel_work()
Drivers: hv: vmbus: fix possible memory leak in
vmbus_device_register()
drivers/hv/channel_mgmt.c | 5 ++++-
drivers/hv/vmbus_drv.c | 1 +
2 files changed, 5 insertions(+), 1 deletion(-)
--
2.25.1