virt plugin: fix segfault on error path
authorRuben Kerkhof <ruben@rubenkerkhof.com>
Tue, 4 Sep 2018 10:48:12 +0000 (12:48 +0200)
committerRuben Kerkhof <ruben@rubenkerkhof.com>
Tue, 4 Sep 2018 11:10:35 +0000 (13:10 +0200)
commit8d7efd7ed624c54f5b0aed5d961394bd7a145426
tree3802dd7cb6227b2d4f5ea19add8036995272f435
parent6554781872a79b5810f5b7013a74f634c491b555
virt plugin: fix segfault on error path

The libvirt plugin refreshes its list of domains every RefreshInterval
seconds. If a domain crashes after getting the list, getting the stats
for its block devices returns an error. We then try to call
virDomainGetName on an invalid pointer. Fix this.
src/virt.c