[sudo-commits] sudo changeset 12554:c0f81ef1ee3c

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


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

Log Message:
	Switch from memset_s() -> explicit_bzero().
	memset_s() (and all of Annex K) is likely to be removed from the
	a future version of the standard.

diffstat:

 MANIFEST                          |   2 +-
 config.h.in                       |  18 +++++--
 configure                         |  88 ++++++++++++++++----------------------
 configure.ac                      |  15 ++---
 doc/sudo_plugin.man.in            |   3 -
 doc/sudo_plugin.mdoc.in           |   3 -
 include/sudo_compat.h             |  16 ++----
 include/sudo_plugin.h             |   4 +-
 lib/util/Makefile.in              |  16 +++---
 lib/util/arc4random.c             |   2 +-
 lib/util/explicit_bzero.c         |  77 ++++++++++++++++++++++++++++++++++
 lib/util/getentropy.c             |   2 +-
 lib/util/memset_s.c               |  78 ----------------------------------
 lib/util/sha2.c                   |   8 +-
 plugins/sudoers/auth/aix_auth.c   |   2 +-
 plugins/sudoers/auth/bsdauth.c    |   2 +-
 plugins/sudoers/auth/fwtk.c       |   4 +-
 plugins/sudoers/auth/pam.c        |   4 +-
 plugins/sudoers/auth/passwd.c     |   2 +-
 plugins/sudoers/auth/secureware.c |   2 +-
 plugins/sudoers/auth/securid5.c   |   4 +-
 plugins/sudoers/auth/sia.c        |   2 +-
 plugins/sudoers/auth/sudo_auth.c  |   2 +-
 scripts/mkdep.pl                  |   2 +-
 src/conversation.c                |   4 +-
 25 files changed, 169 insertions(+), 193 deletions(-)



More information about the sudo-commits mailing list