[sudo-commits] sudo changeset 12900:9186e252b8bf

Todd C. Miller Todd.Miller at sudo.ws
Sat Feb 6 13:31:28 MST 2021


changeset:	12900:9186e252b8bf in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/9186e252b8bf
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Sat Feb 06 08:38:38 2021 -0700

Log Message:
	Build (but don't run) fuzzers as part of "make check".
	Uses a stub to make it possible to link w/o libfuzzer.
	The goal is to ensure the fuzzers are always buildable and avoid bit rot.

diffstat:

 lib/iolog/Makefile.in                            |  68 +++++++++++++++++++++++-
 lib/iolog/regress/fuzz/fuzz_iolog_json.c         |   9 +++
 lib/iolog/regress/fuzz/fuzz_iolog_legacy.c       |   9 +++
 lib/iolog/regress/fuzz/fuzz_iolog_timing.c       |  12 +++-
 plugins/sudoers/Makefile.in                      |  69 +++++++++++++++++++++++-
 plugins/sudoers/regress/fuzz/fuzz_sudoers.c      |   9 +++
 plugins/sudoers/regress/fuzz/fuzz_sudoers_ldif.c |   9 +++
 7 files changed, 182 insertions(+), 3 deletions(-)



More information about the sudo-commits mailing list