HomeSort by relevance Sort by last modified time
    Searched defs:short_buffer (Results 1 - 2 of 2) sorted by null

  /external/compiler-rt/test/asan/TestCases/
strncpy-overflow.cc 15 char *short_buffer = (char*)malloc(9); local
16 strncpy(short_buffer, hello, 10); // BOOM
29 return short_buffer[8];
  /external/lldb/tools/lldb-perf/common/stepping/
lldb-perf-stepping.cpp 78 char short_buffer[short_size]; local
85 snprintf (short_buffer, short_size, short_format_string, i);
88 results_dict.AddDouble(short_buffer,

Completed in 146 milliseconds