[libvirt] [PATCH v3 20/34] Adapt to VIR_STRDUP and VIR_STRNDUP in src/secret/*

Eric Blake eblake at redhat.com
Thu May 9 03:38:10 UTC 2013


On 05/03/2013 08:53 AM, Michal Privoznik wrote:
> ---
>  src/secret/secret_driver.c | 5 ++---
>  1 file changed, 2 insertions(+), 3 deletions(-)

Nice and short!   ACK.

> 
> diff --git a/src/secret/secret_driver.c b/src/secret/secret_driver.c
> index 377b9f4..5d1739f 100644
> --- a/src/secret/secret_driver.c
> +++ b/src/secret/secret_driver.c
> @@ -1097,9 +1097,8 @@ secretStateInitialize(bool privileged,
>      secretDriverLock(driverState);
>  
>      if (privileged) {
> -        base = strdup(SYSCONFDIR "/libvirt");
> -        if (base == NULL)
> -            goto out_of_memory;
> +        if (VIR_STRDUP(base, SYSCONFDIR "/libvirt") < 0)
> +            goto error;
>      } else {
>          base = virGetUserConfigDirectory();
>          if (!base)
> 

-- 
Eric Blake   eblake redhat com    +1-919-301-3266
Libvirt virtualization library http://libvirt.org

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 621 bytes
Desc: OpenPGP digital signature
URL: <http://listman.redhat.com/archives/libvir-list/attachments/20130508/06feabc4/attachment-0001.sig>


More information about the libvir-list mailing list