Searched refs:dst_buf (Results 1 – 2 of 2) sorted by relevance
42 void* dst_buf = malloc(buf_size); in LLVMFuzzerTestOneInput() local43 if (dst_buf == nullptr) { in LLVMFuzzerTestOneInput()52 strlcpy(reinterpret_cast<char*>(dst_buf), in LLVMFuzzerTestOneInput()54 strlcat(reinterpret_cast<char*>(dst_buf), in LLVMFuzzerTestOneInput()58 free(dst_buf); in LLVMFuzzerTestOneInput()
114 void* dst_buf = malloc(size); in callArbitraryFunction() local115 if (dst_buf == nullptr) { in callArbitraryFunction()122 ringbuffer_peek(buf, offset, reinterpret_cast<uint8_t*>(dst_buf), in callArbitraryFunction()126 ringbuffer_pop(buf, reinterpret_cast<uint8_t*>(dst_buf), size); in callArbitraryFunction()128 free(dst_buf); in callArbitraryFunction()