On Tue, Sep 15, 2026 at 06:16:51PM +0800, Zhang Chen wrote:
> @@ -917,6 +918,11 @@ VFIOUserProxy *vfio_user_connect_dev(SocketAddress 
> *addr, Error **errp)
>      proxy = g_malloc0(sizeof(VFIOUserProxy));
>      proxy->sockname = g_strdup_printf("unix:%s", sockname);
>      proxy->ioc = ioc;
> +    path = object_get_canonical_path(OBJECT(proxy->ioc));

What does this path look like when you test this? I took a quick look at
the code and it looks like this object has no parent, so path will be
NULL?

Attachment: signature.asc
Description: PGP signature

Reply via email to