Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/test/asan/TestCases/Linux/
H A Dprintf-fortify-5.c10 char *read_buffer = (char *)malloc(1); in foo() local
12 fprintf(stderr, read_buffer, 4096); in foo()
13 return read_buffer[0]; in foo()
/llvm-project-15.0.7/lldb/source/Plugins/Platform/Android/
H A DAdbClient.cpp68 char *read_buffer = static_cast<char *>(buffer); in ReadAllBytes() local
75 conn.Read(read_buffer + total_read_bytes, size - total_read_bytes, in ReadAllBytes()