Searched defs:strcat_fn (Results 1 - 1 of 1) sorted by relevance

/external/clang/test/Analysis/
H A Dstring.c368 void strcat_fn(char *x) { function
369 strcat(x, (char*)&strcat_fn); // expected-warning{{Argument to string copy function is the address of the function 'strcat_fn', which is not a null-terminated string}}

Completed in 20 milliseconds