[sudo-commits] sudo changeset 13130:5fd3d7e9430f

Todd C. Miller Todd.Miller at sudo.ws
Thu Mar 18 16:49:33 MDT 2021


changeset:	13130:5fd3d7e9430f in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/5fd3d7e9430f
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Thu Mar 18 16:48:19 2021 -0600

Log Message:
	Add a new "fuzz" target that executes the fuzzers for 8192 runs each.
	To run indefinately, set FUZZ_RUNS=-1, e.g. "make FUZZ_RUNS=-1 fuzz"

diffstat:

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



More information about the sudo-commits mailing list