]> git.pld-linux.org Git - packages/gnome-vfs2.git/blob - gnome-vfs2-fstab_edit_crash.patch
- rel 17; fix build with openssl 1.1.1
[packages/gnome-vfs2.git] / gnome-vfs2-fstab_edit_crash.patch
1 # upstream http://bugzilla.gnome.org/show_bug.cgi?id=300547
2
3 diff -Nur gnome-vfs2-2.10.0/libgnomevfs/gnome-vfs-volume-monitor-daemon.c gnome-vfs2-2.10.0.new/libgnomevfs/gnome-vfs-volume-monitor-daemon.c
4 --- gnome-vfs2-2.10.0/libgnomevfs/gnome-vfs-volume-monitor-daemon.c     2004-12-14 17:23:33.000000000 +0100
5 +++ gnome-vfs2-2.10.0.new/libgnomevfs/gnome-vfs-volume-monitor-daemon.c 2005-03-17 12:01:07.245801992 +0100
6 @@ -718,6 +718,9 @@
7                         mount = l->data;
8                         uri = gnome_vfs_get_uri_from_local_path (mount->mount_path);
9  
10 +                       if (uri == NULL)
11 +                           continue;
12 +
13                         drive = _gnome_vfs_volume_monitor_find_fstab_drive_by_activation_uri (volume_monitor, uri);
14  
15                         if (drive != NULL) {
This page took 0.048545 seconds and 3 git commands to generate.