summaryrefslogtreecommitdiffstats
path: root/drivers/clk
diff options
context:
space:
mode:
authorDan Carpenter <dan.carpenter@oracle.com>2016-11-30 20:21:05 +0100
committerRadim Krčmář <rkrcmar@redhat.com>2016-12-01 16:10:50 +0100
commita0f1d21c1ccb1da66629627a74059dd7f5ac9c61 (patch)
tree50974c8b8a1564bd35353043f3202510f7cec4de /drivers/clk
parentMerge tag 'kvm-arm-for-4.9-rc7' of git://git.kernel.org/pub/scm/linux/kernel/... (diff)
downloadlinux-a0f1d21c1ccb1da66629627a74059dd7f5ac9c61.tar.xz
linux-a0f1d21c1ccb1da66629627a74059dd7f5ac9c61.zip
KVM: use after free in kvm_ioctl_create_device()
We should move the ops->destroy(dev) after the list_del(&dev->vm_node) so that we don't use "dev" after freeing it. Fixes: a28ebea2adc4 ("KVM: Protect device ops->create and list_add with kvm->lock") Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Reviewed-by: David Hildenbrand <david@redhat.com> Signed-off-by: Radim Krčmář <rkrcmar@redhat.com>
Diffstat (limited to 'drivers/clk')
0 files changed, 0 insertions, 0 deletions