FFmpeg
4.3.7
|
Data Fields | |
int64_t | pos |
int64_t | filesize |
uint8_t * | fuzz |
int | fuzz_size |
Definition at line 27 of file target_dem_fuzzer.c.
int64_t IOContext::pos |
Definition at line 28 of file target_dem_fuzzer.c.
Referenced by io_read(), io_seek(), and LLVMFuzzerTestOneInput().
int64_t IOContext::filesize |
Definition at line 29 of file target_dem_fuzzer.c.
Referenced by io_read(), io_seek(), and LLVMFuzzerTestOneInput().
uint8_t* IOContext::fuzz |
Definition at line 30 of file target_dem_fuzzer.c.
Referenced by io_read(), and LLVMFuzzerTestOneInput().
int IOContext::fuzz_size |
Definition at line 31 of file target_dem_fuzzer.c.
Referenced by io_read(), and LLVMFuzzerTestOneInput().