head 1.1; access; symbols; locks; strict; comment @ * @; 1.1 date 2026.05.10.17.38.14; author vins; state Exp; branches; next ; commitid cDdKSm8gj8lJeiFG; desc @@ 1.1 log @sysutils/gvfs: Update to gvfs-1.60.0 Update prepared in wip by PHO, with some later contributions by me. The change log is too long to paste here. See: https://gitlab.gnome.org/GNOME/gvfs/-/blob/master/NEWS @ text @$NetBSD$ Don't crash when creating volume monitors if the VFS was never initialized. --- client/gdaemonvfs.c.orig 2026-03-13 10:15:46.000000000 +0000 +++ client/gdaemonvfs.c @@@@ -1436,7 +1436,7 @@@@ g_daemon_vfs_deserialize_icon (GVfs GDBusConnection * _g_daemon_vfs_get_async_bus (void) { - return the_vfs->async_bus; + return the_vfs ? the_vfs->async_bus : NULL; } static gboolean @