Re: [libvirt] [PATCH 01/16] test: Avoid use-after-free on virDomainSnapshotDelete

2019-03-20 Thread Eric Blake
On 3/20/19 6:47 AM, Ján Tomko wrote: > On Wed, Mar 20, 2019 at 12:40:50AM -0500, Eric Blake wrote: >> The following virsh command was triggering a use-after-free: >> >> $ virsh -c test:///default ' >>  snapshot-create-as test s1 >>  snapshot-create-as test s2 >>  snapshot-delete --children-only tes

Re: [libvirt] [PATCH 01/16] test: Avoid use-after-free on virDomainSnapshotDelete

2019-03-20 Thread Ján Tomko
On Wed, Mar 20, 2019 at 12:40:50AM -0500, Eric Blake wrote: The following virsh command was triggering a use-after-free: $ virsh -c test:///default ' snapshot-create-as test s1 snapshot-create-as test s2 snapshot-delete --children-only test s1 snapshot-current --name test' Domain snapshot s1

[libvirt] [PATCH 01/16] test: Avoid use-after-free on virDomainSnapshotDelete

2019-03-19 Thread Eric Blake
The following virsh command was triggering a use-after-free: $ virsh -c test:///default ' snapshot-create-as test s1 snapshot-create-as test s2 snapshot-delete --children-only test s1 snapshot-current --name test' Domain snapshot s1 created Domain snapshot s2 created Domain snapshot s1 chi