]> andersk Git - splint.git/blame - test/tainted/taintedimplicit.c~
*** empty log message ***
[splint.git] / test / tainted / taintedimplicit.c~
CommitLineData
98ed3b22 1char *taintme (char *s)
2 /*@ensures result:taintedness = s:taintedness@*/
3{
4 char *res = (char *) malloc (sizeof (*res) * strlen (s));
5
6 strcpy (res, s);
7 return s;
8}
This page took 0.078095 seconds and 5 git commands to generate.