s390/cio: fix use-after-free in ccw_device_destroy_console
Use of sch->dev reference after the put_device() call could trigger the use-after-free bugs. Fix this by simply adjusting the position of put_device. Fixes: 37db8985 ("s390/cio: add basic protected virtualization support") Reported-by:Hulk Robot <hulkci@huawei.com> Suggested-by:
Cornelia Huck <cohuck@redhat.com> Signed-off-by:
Qinglang Miao <miaoqinglang@huawei.com> Reviewed-by:
Cornelia Huck <cohuck@redhat.com> Reviewed-by:
Vineeth Vijayan <vneethv@linux.ibm.com> [vneethv@linux.ibm.com: Slight modification in the commit-message] Signed-off-by:
Vineeth Vijayan <vneethv@linux.ibm.com> Signed-off-by:
Heiko Carstens <hca@linux.ibm.com>
Showing
Please register or sign in to comment