]> andersk Git - splint.git/blob - test/tainted/taintedmerge.c~
d6cef7b059adb4d405207abd427b0f6013a5150a
[splint.git] / test / tainted / taintedmerge.c~
1 char *f (/*@tainted@*/ char *s)
2 {
3   char t[50];
4
5   strcpy (t, "test");
6
7   (void) system (t);
8
9   strcat (t, s);
10   
11   (void) system (t); /* error */
12 }
This page took 0.029769 seconds and 3 git commands to generate.