Re: [libvirt] [PATCH] qemu: Fix the crash in qemuDomainBlockCopyCommon

2015-04-27 Thread Peter Krempa
On Mon, Apr 27, 2015 at 15:38:57 +0800, Shanzhi Yu wrote: The crash caused when checking the backing file path of a disk while the disk has no backing file, add a check before using disk-src-backingStore-path Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1215569 ---

Re: [libvirt] [PATCH] qemu: Fix the crash in qemuDomainBlockCopyCommon

2015-04-27 Thread Shanzhi Yu
On 04/27/2015 05:57 PM, Peter Krempa wrote: On Mon, Apr 27, 2015 at 15:38:57 +0800, Shanzhi Yu wrote: The crash caused when checking the backing file path of a disk while the disk has no backing file, add a check before using disk-src-backingStore-path Resolves:

[libvirt] [PATCH] qemu: Fix the crash in qemuDomainBlockCopyCommon

2015-04-27 Thread Shanzhi Yu
The crash caused when checking the backing file path of a disk while the disk has no backing file, add a check before using disk-src-backingStore-path Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1215569 --- src/qemu/qemu_driver.c | 9 + 1 file changed, 9 insertions(+) diff