On Wed, Jan 29, 2025 at 05:40:26PM +0400, marcandre.lur...@redhat.com wrote:
> From: Marc-André Lureau
>
> Helps avoid/debug a potential SEGV if conn is NULL, since gio will not
> set the "gerror" in that case and we will crash later at:
> virReportError(VIR_ERR_DBUS_SERVICE, "%s", gerror->mess
From: Marc-André Lureau
Helps avoid/debug a potential SEGV if conn is NULL, since gio will not
set the "gerror" in that case and we will crash later at:
virReportError(VIR_ERR_DBUS_SERVICE, "%s", gerror->message);
Signed-off-by: Marc-André Lureau
---
src/util/virgdbus.c | 4
1 file chan