Searched refs:short_buffer (Results 1 – 1 of 1) sorted by relevance
28 char *short_buffer = (char*)malloc(9); in main() local29 strncpy(short_buffer, hello, 10); // BOOM in main()37 return rval + sink_memory(9, short_buffer); in main()