1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Fix a crash when an invalid URI is entered.

PR:		57072
Submitted by:	Simon Barner <barner@in.tum.de>
Obtained from:	GNOME CVS (see: http://bugzilla.gnome.org/show_bug.cgi?id=122265)
This commit is contained in:
Joe Marcus Clarke 2003-09-22 00:23:57 +00:00
parent 25af810603
commit 944ab57dba
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=89104
2 changed files with 12 additions and 0 deletions

View File

@ -7,6 +7,7 @@
PORTNAME= nautilus2
PORTVERSION= 2.4.0
PORTREVISION= 1
CATEGORIES= x11-fm gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/2.4

View File

@ -0,0 +1,11 @@
--- libnautilus-private/nautilus-file.c.orig Sun Sep 21 22:14:27 2003
+++ libnautilus-private/nautilus-file.c Sun Sep 21 22:15:32 2003
@@ -357,8 +357,6 @@
relative_uri_tmp++;
}
relative_uri = strdup (relative_uri_tmp);
- } else {
- g_assert_not_reached ();
}
}