[sudo-commits] sudo changeset 12910:aa8fda20c3f8

Todd C. Miller Todd.Miller at sudo.ws
Sun Feb 7 16:40:51 MST 2021


changeset:	12910:aa8fda20c3f8 in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/aa8fda20c3f8
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Sun Feb 07 15:43:51 2021 -0700

Log Message:
	Add stub library that just feeds files to the fuzzing target.
	This will allow the fuzzers to be run as part of "make check".

diffstat:

 MANIFEST                                         |    2 +
 Makefile.in                                      |    6 +-
 configure                                        |    6 +-
 configure.ac                                     |    5 +-
 lib/fuzzstub/Makefile.in                         |  166 +++++++++++++++++++++++
 lib/fuzzstub/fuzzstub.c                          |  106 ++++++++++++++
 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       |    9 -
 plugins/sudoers/regress/fuzz/fuzz_sudoers.c      |    9 -
 plugins/sudoers/regress/fuzz/fuzz_sudoers_ldif.c |    9 -
 11 files changed, 287 insertions(+), 49 deletions(-)



More information about the sudo-commits mailing list