File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ FUZZER_NON_PROTOCOL_TARGETS = util json value cf xlat base16_32_64 tmpl
2020#
2121# Build these fuzzers, but skip them in CI.
2222#
23- FUZZER_NO_TEST = cf xlat
23+ FUZZER_NO_TEST = cf xlat tmpl
2424
2525#
2626# Per-target extra arguments passed to the fuzzer binary. util uses
Original file line number Diff line number Diff line change @@ -38,15 +38,8 @@ RCSID("$Id$")
3838#include <freeradius-devel/server/cf_util.h>
3939#include <freeradius-devel/server/main_config.h>
4040#include <freeradius-devel/util/strerror.h>
41- #include <freeradius-devel/util/talloc.h>
42-
43- #include <stdint.h>
44- #include <stddef.h>
45- #include <stdio.h>
46- #include <stdlib.h>
47- #include <string.h>
48- #include <unistd.h>
49- #include <fcntl.h>
41+
42+ extern char const * __lsan_default_suppressions (void );
5043
5144int LLVMFuzzerInitialize (int * argc , char * * * argv );
5245int LLVMFuzzerTestOneInput (const uint8_t * buf , size_t len );
You can’t perform that action at this time.
0 commit comments