[sudo-commits] sudo changeset 12683:406632298bd5

Todd C. Miller Todd.Miller at sudo.ws
Mon Oct 26 18:12:12 MDT 2020


changeset:	12683:406632298bd5 in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/406632298bd5
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Mon Oct 26 15:40:04 2020 -0600

Log Message:
	Make a copy of the strings stored in iolog_details and struct eventlog.
	Previously, we just made the strings const and relied on the front-end
	not changing them.  Now the sudoers I/O log plugin behavior is
	consistent with the policy plugin.

diffstat:

 plugins/sudoers/Makefile.in    |    2 +-
 plugins/sudoers/iolog.c        |  100 +++++++++++++++++++++++++++++-----------
 plugins/sudoers/iolog_client.c |   11 +----
 plugins/sudoers/iolog_plugin.h |    2 +-
 4 files changed, 74 insertions(+), 41 deletions(-)



More information about the sudo-commits mailing list