The FreeRADIUS server $Id: f3670dba8951ca10eb4948feb3dc3db9423a334f $
Loading...
Searching...
No Matches
Functions
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 dependency graph for fuzzer_cf.c:

Go to the source code of this file.

Functions

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

Function Documentation

◆ __lsan_default_suppressions()

char const * __lsan_default_suppressions ( void  )
extern

◆ LLVMFuzzerInitialize() [1/2]

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

Definition at line 46 of file fuzzer.c.

◆ LLVMFuzzerInitialize() [2/2]

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

Definition at line 47 of file fuzzer_cf.c.

◆ LLVMFuzzerTestOneInput()

int LLVMFuzzerTestOneInput ( const uint8_t buf,
size_t  len 
)

Definition at line 60 of file fuzzer_cf.c.

+ Here is the call graph for this function: