Re: [libvirt] [PATCH] Fix pool define crash

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Cole Robinson wrote:
> Ahh, I didn't realize the AssignDef caveat. Thanks for pointing that
> out. Something like this should work then?

> diff --git a/src/storage_driver.c b/src/storage_driver.c
> index 2432a9a..330317c 100644
> --- a/src/storage_driver.c
> +++ b/src/storage_driver.c
> @@ -544,12 +544,13 @@ storagePoolDefine(virConnectPtr conn,
>  
>      if (!(pool = virStoragePoolObjAssignDef(conn, &driver->pools, def)))
>          goto cleanup;
> -    def = NULL;
>  
>      if (virStoragePoolObjSaveDef(conn, driver, pool, def) < 0) {
>          virStoragePoolObjRemove(&driver->pools, pool);
> +        def = NULL;
>          goto cleanup;
>      }
> +    def = NULL;
>  
>      ret = virGetStoragePool(conn, pool->def->name, pool->def->uuid);
>  

Yeah, that looks better.  Seems to be good to me, so ACK.

-- 
Chris Lalancette

--
Libvir-list mailing list
Libvir-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/libvir-list

[Index of Archives]     [Virt Tools]     [Libvirt Users]     [Lib OS Info]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [KDE Users]     [Fedora Tools]