[sudo-commits] sudo changeset 14337:8bed7579b75d

Todd C. Miller Todd.Miller at sudo.ws
Tue Nov 22 12:10:30 MST 2022


changeset:	14337:8bed7579b75d in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/8bed7579b75d
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Tue Nov 22 11:18:24 2022 -0700

Log Message:
	Eliminate a few harmless dead stores.
	Quiets warnings from Infer.

diffstat:

 lib/util/json.c                    |  2 +-
 plugins/group_file/getgrent.c      |  2 +-
 plugins/sudoers/cvtsudoers_merge.c |  2 +-
 plugins/sudoers/env.c              |  2 +-
 plugins/sudoers/iolog.c            |  4 +---
 plugins/sudoers/ldap.c             |  6 ++++--
 plugins/sudoers/ldap_conf.c        |  2 +-
 plugins/sudoers/log_client.c       |  3 +--
 plugins/sudoers/match_command.c    |  2 +-
 plugins/sudoers/strvec_join.c      |  2 +-
 plugins/sudoers/tsgetgrpw.c        |  2 +-
 plugins/sudoers/visudo.c           |  2 +-
 src/sudo.c                         |  7 ++++---
 13 files changed, 19 insertions(+), 19 deletions(-)



More information about the sudo-commits mailing list