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

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

Completed in 54 milliseconds