Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 309621
Collapse All | Expand All

(-)gnome-vfs-2.24.2.org/modules/ftp-method.c (+5 lines)
Lines 2679-2684 Link Here
2679
					break;
2679
					break;
2680
				}
2680
				}
2681
				
2681
				
2682
				if (symlink_info->symlink_name == NULL) {
2683
					res = GNOME_VFS_ERROR_BAD_PARAMETERS;
2684
					break;
2685
				}
2686
2682
				symlink_name = gnome_vfs_escape_path_string (symlink_info->symlink_name);
2687
				symlink_name = gnome_vfs_escape_path_string (symlink_info->symlink_name);
2683
				gnome_vfs_file_info_clear (symlink_info);
2688
				gnome_vfs_file_info_clear (symlink_info);
2684
				
2689
				

Return to bug 309621