Home
last modified time | relevance | path

Searched refs:fuzz_i_data (Results 1 – 1 of 1) sorted by relevance

/external/usrsctp/fuzzer/
Dfuzzer_connect.c236 char fuzz_i_data[] = "\x13\x89\x13\x88\x07\x01\x6c\xd3\x00\x00\x00\x00\x40\x03" \ in LLVMFuzzerTestOneInput() local
417 common_header = (struct sctp_common_header*) fuzz_i_data; in LLVMFuzzerTestOneInput()
419 dump_packet(fuzz_i_data, 232, SCTP_DUMP_INBOUND); in LLVMFuzzerTestOneInput()
420 usrsctp_conninput((void *)1, fuzz_i_data, 232, 0); in LLVMFuzzerTestOneInput()