]> andersk Git - splint.git/blame - test/tainted/tainted3.c
Pushed back constraintResolve.c to the previous version.
[splint.git] / test / tainted / tainted3.c
CommitLineData
98ed3b22 1extern void checkUntainted (/*@untainted@*/ char *s) ;
2extern void checkTainted (/*@tainted@*/ char *s) ;
3
4void test (/*@tainted@*/ char *def)
5{
6 checkTainted (def);
7 checkUntainted (def); /* error */
8}
This page took 0.529066 seconds and 5 git commands to generate.