#include <freeradius-devel/util/dl.h>
#include <freeradius-devel/util/conf.h>
#include <freeradius-devel/util/dict.h>
#include <freeradius-devel/util/proto.h>
#include <freeradius-devel/util/syserror.h>
#include <freeradius-devel/io/test_point.h>
Go to the source code of this file.
◆ exitHandler()
| static void exitHandler |
( |
void |
| ) |
|
|
static |
◆ fuzzer_dict_init()
◆ LLVMFuzzerInitialize()
| int LLVMFuzzerInitialize |
( |
int * |
argc, |
|
|
char *** |
argv |
|
) |
| |
◆ LLVMFuzzerTestOneInput()
◆ autofree
| TALLOC_CTX* autofree = NULL |
|
static |
◆ dict
◆ dl
◆ dl_loader
◆ dl_proto
◆ do_encode
◆ encoded_data
◆ init
◆ root_da
◆ util_tp_decode_proto
Initial value:= {
}
static ssize_t util_decode_proto(TALLOC_CTX *ctx, UNUSED fr_pair_list_t *out, uint8_t const *data, size_t data_len, UNUSED void *proto_ctx)
static int decode_test_ctx(void **out, UNUSED TALLOC_CTX *ctx, UNUSED fr_dict_t const *dict, UNUSED fr_dict_attr_t const *root_da)
Definition at line 72 of file fuzzer.c.
◆ util_tp_encode_proto
Initial value:= {
}
static ssize_t util_encode_proto(UNUSED TALLOC_CTX *ctx, fr_pair_list_t *vps, uint8_t *data, size_t data_len, UNUSED void *proto_ctx)
Definition at line 78 of file fuzzer.c.