[sudo-commits] sudo changeset 12555:af0a9ed1e259

Todd C. Miller Todd.Miller at sudo.ws
Mon Aug 10 20:09:32 MDT 2020


changeset:	12555:af0a9ed1e259 in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/af0a9ed1e259
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Mon Aug 10 19:24:33 2020 -0600

Log Message:
	Use OpenBSD-compatible freezero() in place of explicit_bzero() + free()

diffstat:

 MANIFEST                          |   1 +
 config.h.in                       |   3 +++
 configure                         |  26 ++++++++++++++++++++++++++
 configure.ac                      |   4 ++++
 include/sudo_compat.h             |   5 +++++
 lib/util/Makefile.in              |   8 ++++++++
 lib/util/freezero.c               |  38 ++++++++++++++++++++++++++++++++++++++
 lib/util/getentropy.c             |   6 ++----
 plugins/sudoers/auth/aix_auth.c   |   3 +--
 plugins/sudoers/auth/bsdauth.c    |   3 +--
 plugins/sudoers/auth/fwtk.c       |   3 +--
 plugins/sudoers/auth/pam.c        |   3 +--
 plugins/sudoers/auth/passwd.c     |   7 +++----
 plugins/sudoers/auth/secureware.c |   6 ++----
 plugins/sudoers/auth/securid5.c   |  12 ++++--------
 plugins/sudoers/auth/sia.c        |   3 +--
 plugins/sudoers/auth/sudo_auth.c  |   6 ++----
 scripts/mkdep.pl                  |   2 +-
 src/conversation.c                |   3 +--
 19 files changed, 105 insertions(+), 37 deletions(-)



More information about the sudo-commits mailing list