Clarify g_spawn_*() behaviour without full path
authorMartin Pitt <martin.pitt@ubuntu.com>
Wed, 17 Aug 2011 06:57:15 +0000 (08:57 +0200)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 16 Oct 2011 20:09:33 +0000 (16:09 -0400)
commit1435db48baff185660650d46992f1a290a803b9d
tree44f5d10bea9e81f3ba88c6b76a0a30976850cf31
parent8ff94df6325b54264cd2ea7b7b6701665b1014a9
Clarify g_spawn_*() behaviour without full path

Document the previously uncovered case of calling g_spawn_async_with_pipes()
without a full path but no G_SPAWN_SEARCH_PATH. This runs programs from the
current directory, which might be unexpected and even dangerous in some corner
cases.

https://bugzilla.gnome.org/show_bug.cgi?id=656621
glib/gspawn.c