Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/test/asan/TestCases/
H A Dstrncpy-overflow.cpp28 char *short_buffer = (char*)malloc(9); in main() local
29 strncpy(short_buffer, hello, 10); // BOOM in main()
37 return rval + sink_memory(9, short_buffer); in main()