The FreeRADIUS server $Id: 15bac2a4c627c01d1aa2047687b3418955ac7f00 $
Loading...
Searching...
No Matches
Functions | Variables
fuzzer_cf.c File Reference
#include <freeradius-devel/build.h>
#include <freeradius-devel/server/cf_file.h>
#include <freeradius-devel/server/cf_util.h>
#include <freeradius-devel/server/main_config.h>
#include <freeradius-devel/util/strerror.h>
#include <freeradius-devel/util/talloc.h>
#include <stdint.h>
#include <stddef.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <fcntl.h>
+ Include dependency graph for fuzzer_cf.c:

Go to the source code of this file.

Functions

int LLVMFuzzerInitialize (int *argc, char ***argv)
 
int LLVMFuzzerInitialize (UNUSED int *argc, UNUSED char ***argv)
 
int LLVMFuzzerTestOneInput (const uint8_t *buf, size_t len)
 

Variables

static char fuzz_path [64]
 

Function Documentation

◆ LLVMFuzzerInitialize() [1/2]

int LLVMFuzzerInitialize ( int *  argc,
char ***  argv 
)

Definition at line 94 of file fuzzer.c.

◆ LLVMFuzzerInitialize() [2/2]

int LLVMFuzzerInitialize ( UNUSED int *  argc,
UNUSED char ***  argv 
)

Definition at line 56 of file fuzzer_cf.c.

+ Here is the call graph for this function:

◆ LLVMFuzzerTestOneInput()

int LLVMFuzzerTestOneInput ( const uint8_t buf,
size_t  len 
)

Definition at line 67 of file fuzzer_cf.c.

+ Here is the call graph for this function:

Variable Documentation

◆ fuzz_path

char fuzz_path[64]
static

Definition at line 54 of file fuzzer_cf.c.