]> git.pld-linux.org Git - packages/gnome-vfs2.git/blame - gnome-vfs2-fstab_edit_crash.patch
- release 16 (by relup.sh)
[packages/gnome-vfs2.git] / gnome-vfs2-fstab_edit_crash.patch
CommitLineData
f63d6469 1# upstream http://bugzilla.gnome.org/show_bug.cgi?id=300547
2
3diff -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.031729 seconds and 4 git commands to generate.