OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:strcat_fn
(Results
1 - 1
of
1
) sorted by null
/external/clang/test/Analysis/
string.c
372
void
strcat_fn
(char *x) {
function
373
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 32 milliseconds