]> andersk Git - splint.git/blame - test/tainted/tainted3.c~
*** empty log message ***
[splint.git] / test / tainted / tainted3.c~
CommitLineData
98ed3b22 1extern void checkUntainted (char *s) /*@requires untainted s@*/;
2extern void checkTainted (char *s) /*@requires tainted s@*/;
3
4void test (/*@tainted@*/ char *def)
5{
6 checkTainted (def);
7 checkUntainted (def); /* error */
8}
This page took 0.050785 seconds and 5 git commands to generate.