[sudo-commits] sudo changeset 5690:a4cd29c862c9

Todd C. Miller Todd.Miller at courtesan.com
Fri Jun 25 13:42:56 EDT 2010


changeset:	5690:a4cd29c862c9 in /home/hg/sudo
details:	http://www.sudo.ws/repos/sudo/rev/a4cd29c862c9
user:		Todd C. Miller <Todd.Miller at courtesan.com>
date:		Fri Jun 25 13:42:50 2010 -0400

Log Message:
	In unsetenv(), assign ep in the for loop instead of doing it earlier.
	This version of the code does not change env.envp in between when
	ep is assigned and when it is used but older versions (e.g. 1.7.2) do.

diffstat:

 env.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)



More information about the sudo-commits mailing list