[sudo-commits] sudo changeset 13123:01c03ccfd3f0

Todd C. Miller Todd.Miller at sudo.ws
Thu Mar 18 09:11:56 MDT 2021


changeset:	13123:01c03ccfd3f0 in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/01c03ccfd3f0
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Thu Mar 18 09:08:16 2021 -0600

Log Message:
	Rename "fuzz" makefile target to "check-fuzzer".
	It's purpose is to run the fuzzers are part of a normal "make check"
	to avoid bit rot, not to perform a fuzzer run.
	The fuzz_logsrvd_conf fuzzer was not wired up to "make check" previously.

diffstat:

 Makefile.in                         |  2 +-
 doc/Makefile.in                     |  4 ++--
 examples/Makefile.in                |  4 ++--
 include/Makefile.in                 |  4 ++--
 lib/eventlog/Makefile.in            |  4 ++--
 lib/fuzzstub/Makefile.in            |  4 ++--
 lib/iolog/Makefile.in               |  4 ++--
 lib/logsrv/Makefile.in              |  4 ++--
 lib/util/Makefile.in                |  4 ++--
 lib/zlib/Makefile.in                |  4 ++--
 logsrvd/Makefile.in                 |  4 ++--
 plugins/audit_json/Makefile.in      |  4 ++--
 plugins/group_file/Makefile.in      |  4 ++--
 plugins/python/Makefile.in          |  4 ++--
 plugins/sample/Makefile.in          |  4 ++--
 plugins/sample_approval/Makefile.in |  4 ++--
 plugins/sudoers/Makefile.in         |  4 ++--
 plugins/system_group/Makefile.in    |  4 ++--
 src/Makefile.in                     |  4 ++--
 19 files changed, 37 insertions(+), 37 deletions(-)



More information about the sudo-commits mailing list