]> xenbits.xensource.com Git - libvirt.git/commit
qemuDomainCreateDevice: Don't loop endlessly
authorMichal Privoznik <mprivozn@redhat.com>
Thu, 19 Jan 2017 07:30:09 +0000 (08:30 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Tue, 7 Feb 2017 12:18:32 +0000 (13:18 +0100)
commit4ac847f93b950f4cf724149ebe408b65edd3a980
tree675bbccab479aa0799c82f00d7047d6f08c26a3d
parent54ed6722148077d45712a0a96b0c0d38a3f622d3
qemuDomainCreateDevice: Don't loop endlessly

When working with symlinks it is fairly easy to get into a loop.
Don't.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
src/qemu/qemu_domain.c