Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 184051 Details for
Bug 245204
x11-terms/gnome-terminal - Certain URLs causes segfaults or lockups.
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch which fixs SIGSEGV in common/gmountspec.c line 481
gvfs-1.0.3-gmountspec-SIGSEGV.patch (text/plain), 467 bytes, created by
Romain Perier (RETIRED)
on 2009-03-05 20:22:18 UTC
(
hide
)
Description:
patch which fixs SIGSEGV in common/gmountspec.c line 481
Filename:
MIME Type:
Creator:
Romain Perier (RETIRED)
Created:
2009-03-05 20:22:18 UTC
Size:
467 bytes
patch
obsolete
>--- ../gvfs-1.0.3_orig/common/gmountspec.c 2008-09-14 14:05:05.000000000 +0200 >+++ common/gmountspec.c 2009-03-05 20:58:57.486331890 +0100 >@@ -26,6 +26,7 @@ > #include <stdlib.h> > > #include <glib/gi18n-lib.h> >+#include <glib/gmessages.h> > > #include "gdbusutils.h" > #include "gmountspec.h" >@@ -478,6 +479,8 @@ > { > char *canon, *start, *p, *q; > >+ g_return_val_if_fail(path != NULL, path); >+ > if (*path != '/') > canon = g_strconcat ("/", path, NULL); > else
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 245204
:
184050
| 184051 |
184053