[sudo-commits] sudo changeset 12534:ce33e87ddfd6

Todd C. Miller Todd.Miller at sudo.ws
Sun Aug 2 04:56:26 MDT 2020


changeset:	12534:ce33e87ddfd6 in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/ce33e87ddfd6
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Sat Aug 01 13:10:50 2020 -0600

Log Message:
	Use the fallthrough attribute instead of /* FALLTHROUGH */ comments.

diffstat:

 config.h.in                       |   7 ++-
 configure                         |  78 +++++++++++++++++++++------------------
 configure.ac                      |  58 ++++++++++++++++-------------
 include/sudo_compat.h             |   6 +++
 lib/util/arc4random_buf.c         |   6 +-
 lib/util/glob.c                   |   2 +-
 lib/util/snprintf.c               |  14 +++---
 lib/util/strtonum.c               |   2 +-
 logsrvd/sendlog.c                 |   4 +-
 plugins/python/pyhelpers.c        |   2 +-
 plugins/sudoers/auth/pam.c        |   2 +-
 plugins/sudoers/check.c           |   2 +-
 plugins/sudoers/cvtsudoers_ldif.c |   4 +-
 plugins/sudoers/defaults.c        |   2 +-
 plugins/sudoers/fmtsudoers.c      |   4 +-
 plugins/sudoers/ldap_util.c       |   4 +-
 plugins/sudoers/match.c           |  10 ++--
 plugins/sudoers/parse_ldif.c      |   2 +-
 plugins/sudoers/sssd.c            |   4 +-
 plugins/sudoers/sudo_printf.c     |   2 +-
 plugins/sudoers/sudoreplay.c      |   4 +-
 plugins/sudoers/timestamp.c       |   4 +-
 plugins/sudoers/visudo.c          |   2 +-
 src/conversation.c                |   6 +-
 src/exec_monitor.c                |   2 +-
 src/exec_pty.c                    |   8 ++--
 src/parse_args.c                  |   2 +-
 src/regress/noexec/check_noexec.c |   2 +-
 src/tgetpass.c                    |   2 +-
 29 files changed, 134 insertions(+), 113 deletions(-)



More information about the sudo-commits mailing list