]> git.sesse.net Git - vlc/commit
* Fix a double free and the size of a memory allocation
authorBenjamin Pracht <bigben@videolan.org>
Tue, 27 Sep 2005 16:18:11 +0000 (16:18 +0000)
committerBenjamin Pracht <bigben@videolan.org>
Tue, 27 Sep 2005 16:18:11 +0000 (16:18 +0000)
commit16c7c7141889b674a61da67a83a470323ad6f660
tree9ea03770dc3ee8b36f30b6338e87a7a4c08baf8a
parent6064cdb5e2d13ca044d3f3934f7225d54fa0c70f
* Fix a double free and the size of a memory allocation
* Only call gnome_vfs_escape_path_string on the path part of the uri, since the functions in gnomevfs that are supposed to make the host/user/path separation are broken (they will escape passwords too)
* Trying to open a file with http on a system with non latin1 encoding may still fail (testing welcomed).
* Don't call gnome_vfs_make_uri_from_input_with_dirs since this will fail on a path with special caracters, but gnome_vfs_expand_initial_tilde and gnome_vfs_make_uri_from_shell_arg
modules/access/gnomevfs.c