OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:scpy
(Results
1 - 1
of
1
) sorted by null
/external/clang/test/Analysis/
taint-generic.c
84
char
scpy
[80];
local
85
strcpy(
scpy
, s);
86
sprintf(buf,
scpy
); // expected-warning {{Uncontrolled Format String}}
Completed in 129 milliseconds