[sudo-commits] sudo changeset 5688:42ff28e7fae0

Todd C. Miller Todd.Miller at courtesan.com
Fri Jun 25 13:39:29 EDT 2010


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

Log Message:
	In unsetenv(), do not assign ep early as we may end up reallocating
	env.envp which could result in ep pointing to freed memory if the
	environ pointer is out of sync with env.envp.

diffstat:

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



More information about the sudo-commits mailing list