]> andersk Git - splint.git/blame - test/metastate/tainted3.c
Dave's Updates
[splint.git] / test / metastate / tainted3.c
CommitLineData
80ee600a 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.049604 seconds and 5 git commands to generate.