Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/fuzz/
H A Dget_error_info_fuzzer.cpp32 std::string StackDepotBytes = in LLVMFuzzerTestOneInput() local
35 for (size_t i = 0; i < StackDepotBytes.length() && i < StackDepot.size(); in LLVMFuzzerTestOneInput()
37 StackDepot[i] = StackDepotBytes[i]; in LLVMFuzzerTestOneInput()