[sudo-commits] sudo changeset 12811:077f46549351

Todd C. Miller Todd.Miller at sudo.ws
Mon Jan 11 05:32:20 MST 2021


changeset:	12811:077f46549351 in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/077f46549351
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Wed Jan 06 14:27:09 2021 -0700

Log Message:
	Suppress PVS Studio false positives.

diffstat:

 lib/eventlog/eventlog.c             |   12 +-
 lib/util/arc4random.c               |    2 +-
 lib/util/sudo_debug.c               |    1 +
 plugins/audit_json/audit_json.c     |    2 +-
 plugins/python/python_convmessage.c |    8 +-
 plugins/sudoers/auth/pam.c          |    2 +-
 plugins/sudoers/getdate.c           |  173 +++-------
 plugins/sudoers/getdate.y           |    3 +
 plugins/sudoers/goodpath.c          |    2 +-
 plugins/sudoers/gram.c              |  554 ++++++++++++++++++-----------------
 plugins/sudoers/gram.h              |    2 +-
 plugins/sudoers/gram.y              |    4 +
 plugins/sudoers/rcstr.c             |    2 +-
 plugins/sudoers/redblack.c          |    2 +-
 plugins/sudoers/toke.c              |  179 +++++-----
 plugins/sudoers/toke.l              |    3 +
 plugins/sudoers/toke_util.c         |    2 +-
 plugins/sudoers/visudo.c            |    2 +-
 src/exec_common.c                   |    2 +-
 src/sesh.c                          |    4 +-
 src/sudo.c                          |    3 +-
 src/sudo_edit.c                     |    4 +-
 22 files changed, 462 insertions(+), 506 deletions(-)



More information about the sudo-commits mailing list