[sudo-commits] sudo changeset 13099:86bc6ee3c493

Todd C. Miller Todd.Miller at sudo.ws
Wed Mar 3 08:21:31 MST 2021


changeset:	13099:86bc6ee3c493 in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/86bc6ee3c493
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Wed Mar 03 08:19:44 2021 -0700

Log Message:
	Fix a potential use-after-free in conversation function.
	The prompt passed in to sudo_pam_verify() will be freed later by
	check_user_interactive() so we need to reset the stashed value.
	From Pavel Heimlich.  Bug #967.

diffstat:

 plugins/sudoers/auth/pam.c |  3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)



More information about the sudo-commits mailing list