[PATCH 0/2] Fix crash when reverting/deleting external inactive snapshots around the root of the snapshot tree

Peter Krempa via Devel posted 2 patches 1 week, 2 days ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/cover.1769154986.git.pkrempa@redhat.com
src/qemu/qemu_snapshot.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
[PATCH 0/2] Fix crash when reverting/deleting external inactive snapshots around the root of the snapshot tree
Posted by Peter Krempa via Devel 1 week, 2 days ago
Peter Krempa (2):
  qemuSnapshotDiskHasBackingDisk: Avoid call of
    virStorageSourceIsSameLocation with NULL argument
  qemuSnapshotUpdateBackingStore: Remove stale comment

 src/qemu/qemu_snapshot.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

-- 
2.52.0
Re: [PATCH 0/2] Fix crash when reverting/deleting external inactive snapshots around the root of the snapshot tree
Posted by Pavel Hrdina via Devel 1 week, 2 days ago
On Fri, Jan 23, 2026 at 08:57:08AM +0100, Peter Krempa via Devel wrote:
> Peter Krempa (2):
>   qemuSnapshotDiskHasBackingDisk: Avoid call of
>     virStorageSourceIsSameLocation with NULL argument
>   qemuSnapshotUpdateBackingStore: Remove stale comment
> 
>  src/qemu/qemu_snapshot.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

Reviewed-by: Pavel Hrdina <phrdina@redhat.com>