[libvirt PATCH] virfirewalld: fix g_variant_get call

Pavel Hrdina phrdina at redhat.com
Wed Sep 23 07:57:52 UTC 2020


On Mon, Sep 21, 2020 at 02:41:58PM +0200, Pavel Hrdina wrote:
> We need to pass pointer to `array`.
> 
> Reported-by: Ján Tomko <jtomko at redhat.com>
> Signed-off-by: Pavel Hrdina <phrdina at redhat.com>
> ---
>  src/util/virfirewalld.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

I know it's to soon for ping but we should get this in before release
and it's trivial.

> diff --git a/src/util/virfirewalld.c b/src/util/virfirewalld.c
> index 69c8b73da0..12448f0681 100644
> --- a/src/util/virfirewalld.c
> +++ b/src/util/virfirewalld.c
> @@ -215,7 +215,7 @@ virFirewallDGetZones(char ***zones, size_t *nzones)
>                             NULL) < 0)
>          return -1;
>  
> -    g_variant_get(reply, "(@as)", array);
> +    g_variant_get(reply, "(@as)", &array);
>      *zones = g_variant_dup_strv(array, nzones);
>  
>      return 0;
> -- 
> 2.26.2
> 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <http://listman.redhat.com/archives/libvir-list/attachments/20200923/6b5db19b/attachment-0001.sig>


More information about the libvir-list mailing list