[Bug 1235480] Re: upstart-local-bridge clobbers $PATH with its events
Steve Langasek
steve.langasek at canonical.com
Fri Oct 4 21:32:26 UTC 2013
This obviously makes the file bridge unusable for any real purposes
until it's fixed.
** Changed in: upstart (Ubuntu Saucy)
Assignee: James Hunt (jamesodhunt) => Steve Langasek (vorlon)
** Also affects: upstart
Importance: Undecided
Status: New
** Changed in: upstart
Assignee: (unassigned) => James Hunt (jamesodhunt)
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to upstart in Ubuntu.
https://bugs.launchpad.net/bugs/1235480
Title:
upstart-local-bridge clobbers $PATH with its events
Status in Upstart:
New
Status in “upstart” package in Ubuntu:
Triaged
Status in “upstart” source package in Saucy:
Triaged
Bug description:
The dbus bridge was recently fixed to not clobber $PATH in its events,
but it turns out the same bug affects the local bridge.
var = NIH_MUST (nih_sprintf (NULL, "PATH=%s", socket_path));
NIH_MUST (nih_str_array_addp (&env, NULL, NULL, var));
This should be fixed to be called e.g. SOCKET_PATH instead. Or maybe
just dropped? I'm not sure there's really a need to include this info
in the event.
To manage notifications about this bug go to:
https://bugs.launchpad.net/upstart/+bug/1235480/+subscriptions
More information about the foundations-bugs
mailing list