Skip to content

Commit da9828d

Browse files
committed
remove tmpl from fuzzer CI checks
it's randomly failing, and preventing other changes from being merged
1 parent 63a2c26 commit da9828d

2 files changed

Lines changed: 3 additions & 10 deletions

File tree

src/fuzzer/all.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

src/fuzzer/fuzzer_cf.c

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff 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

5144
int LLVMFuzzerInitialize(int *argc, char ***argv);
5245
int LLVMFuzzerTestOneInput(const uint8_t *buf, size_t len);

0 commit comments

Comments
 (0)