
Build Update for libvirt/libvirt ------------------------------------- Build: #105 Status: Still Failing Duration: 18 minutes and 41 seconds Commit: 6ff99e9 (master) Author: Peter Krempa Message: qemu: monitor: Don't bother extracting vCPU halted state in text monitor The code causes the 'offset' variable to be overwritten (possibly with NULL if neither of the vCPUs is halted) which causes a crash since the variable is still used after that part. Additionally there's a bug, since strstr() would look up the '(halted)' string in the whole string rather than just the currently processed line the returned data is completely bogus. Rather than switching to single line parsing let's remove the code altogether since it has a commonly used JSON monitor alternative and the data itself is not very useful to report. The code was introduced in commit cc5e695bde Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1452106 View the changeset: https://github.com/libvirt/libvirt/compare/6a12907d86a9...6ff99e95771b View the full build log and details: https://travis-ci.org/libvirt/libvirt/builds/233916960?utm_source=email&utm_medium=notification -- You can configure recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications