]> andersk Git - splint.git/blob - lib/tainted.mts
Update configure and makefile to aclocal/automake 1.10.1 and autoconf 2.61.
[splint.git] / lib / tainted.mts
1 attribute taintedness
2    context reference char *
3    oneof untainted, tainted
4    annotations
5       tainted reference ==> tainted
6       untainted reference ==> untainted
7       anytainted parameter ==> tainted
8    transfers
9       tainted as untainted ==> error "Possibly tainted storage used as untainted."
10    merge
11       tainted + untainted ==> tainted
12    defaults 
13       reference ==> tainted
14       literal ==> untainted
15       null ==> untainted 
16 end
17
18
19
This page took 0.035701 seconds and 5 git commands to generate.