[Bug 147259] New: - gnome_vfs_uri_resolve_relative segfaults on 64bit arches

bugzilla-daemon@bugzilla.gnome.org bugzilla-daemon@bugzilla.gnome.org
Sat, 10 Jul 2004 06:56:43 -0400 (EDT)


http://bugzilla.gnome.org/show_bug.cgi?id=147259
gnome-vfs | URI handling | Ver: 2.6.x

           Summary: gnome_vfs_uri_resolve_relative segfaults on 64bit arches
           Product: gnome-vfs
           Version: 2.6.x
          Platform: Other
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: major
          Priority: High
         Component: URI handling
        AssignedTo: gnome-vfs-maint@bugzilla.gnome.org
        ReportedBy: joss@debian.org
                CC: pkg-gnome-maintainers@lists.alioth.debian.org


See http://bugs.debian.org/240480

In gnome-vfs-uri.c, make_full_uri_from_relative includes a double cast (char *
-> int -> gchar *) that segfaults on 64bit arches, where pointers and int are
not the same.

Patch follows.

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.