]> andersk Git - splint.git/blob - test/tainted/taintedimplicit.c~
*** empty log message ***
[splint.git] / test / tainted / taintedimplicit.c~
1 char *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.035323 seconds and 5 git commands to generate.