Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/fuzz/
H A Dget_error_info_fuzzer.cpp36 std::string RegionInfoBytes = in LLVMFuzzerTestOneInput() local
39 for (size_t i = 0; i < RegionInfoBytes.length() && i < RegionInfo.size(); in LLVMFuzzerTestOneInput()
41 RegionInfo[i] = RegionInfoBytes[i]; in LLVMFuzzerTestOneInput()