]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Tolerate storage source private data being NULL for hotplug SCSI hostdev
authorJohn Ferlan <jferlan@redhat.com>
Tue, 5 Dec 2017 21:03:34 +0000 (16:03 -0500)
committerJohn Ferlan <jferlan@redhat.com>
Wed, 13 Dec 2017 20:16:15 +0000 (15:16 -0500)
commit6050affb7f4ec825b95cec9d66ba0cc97501ca7e
treecfb94bd6c47b8c1fc532ec9cfdd05829529b06fe
parent052ecaee3a357ddc80094d7fa4785720d1081293
qemu: Tolerate storage source private data being NULL for hotplug SCSI hostdev

Commit id 'c5c96545' neglected to validate that the srcPriv was
non-NULL before dereferencing. Similar problem to what was fixed
by commit id '8056721c' but missed during multiple rebases and
code reworks.
src/qemu/qemu_hotplug.c