[sudo-commits] sudo changeset 10339:28d2c83c3ac4

Todd C. Miller Todd.Miller at courtesan.com
Wed Jan 27 15:44:36 MST 2016


changeset:	10339:28d2c83c3ac4 in /media/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/28d2c83c3ac4
user:		Todd C. Miller <Todd.Miller at courtesan.com>
date:		Wed Jan 27 15:36:50 2016 -0700

Log Message:
	auth_getpass() returns a dynamically allocated copy of the plaintext
	password which needs to be freed after checking (and clearing) it.

diffstat:

 plugins/sudoers/auth/aix_auth.c  |  1 +
 plugins/sudoers/auth/bsdauth.c   |  2 ++
 plugins/sudoers/auth/fwtk.c      |  4 +++-
 plugins/sudoers/auth/pam.c       |  8 ++------
 plugins/sudoers/auth/securid5.c  |  9 +++++++++
 plugins/sudoers/auth/sia.c       |  1 +
 plugins/sudoers/auth/sudo_auth.c |  9 ++++++++-
 7 files changed, 26 insertions(+), 8 deletions(-)


More information about the sudo-commits mailing list