[sudo-commits] sudo changeset 9776:96127ac4bbb3

Todd C. Miller Todd.Miller at courtesan.com
Wed Oct 29 12:55:21 MDT 2014


changeset:	9776:96127ac4bbb3 in /home/hg/sudo
details:	http://www.sudo.ws/repos/sudo/rev/96127ac4bbb3
user:		Todd C. Miller <Todd.Miller at courtesan.com>
date:		Wed Oct 29 10:54:40 2014 -0600

Log Message:
	Mark the putenv(), setenv() and unsetenv() symbols as global, not
	hidden.  Fixes a mismatch where a plugin (or its loaded dso) would
	call setenv() to set a variables but be unable to find it later
	with getenv().

diffstat:

 src/env_hooks.c |  12 +++++-------
 1 files changed, 5 insertions(+), 7 deletions(-)


More information about the sudo-commits mailing list