[sudo-commits] sudo changeset 14298:99aeb5a875f7

Todd C. Miller Todd.Miller at sudo.ws
Fri Nov 11 07:11:20 MST 2022


changeset:	14298:99aeb5a875f7 in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/99aeb5a875f7
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Fri Nov 11 07:05:21 2022 -0700

Log Message:
	The name of the C locale w/ UTF-8 support is not always C.UTF-8.
	Use a pattern to find it (if present) and use that value instead
	of hard-coding C.UTF-8.  This works around a leak sanitizer crash
	on certain inputs.

diffstat:

 Makefile.in                 |   3 +--
 lib/eventlog/Makefile.in    |  10 ++++------
 lib/iolog/Makefile.in       |  42 ++++++++++++++++--------------------------
 lib/util/Makefile.in        |  32 +++++++++++++-------------------
 logsrvd/Makefile.in         |  26 ++++++++++----------------
 plugins/python/Makefile.in  |  10 ++++------
 plugins/sudoers/Makefile.in |  42 ++++++++++++++++--------------------------
 src/Makefile.in             |  10 ++++------
 8 files changed, 68 insertions(+), 107 deletions(-)



More information about the sudo-commits mailing list