]> andersk Git - splint.git/blame - test/mergestate.expect
*** empty log message ***
[splint.git] / test / mergestate.expect
CommitLineData
98ed3b22 1
2taintednm.c: (in function f)
3taintednm.c:15:7: Attributes merged in ensures clause in states that cannot be
4 combined (t2 is untainted, s is tainted): bogus merge
5 taintednm.c:1:32: Meta state s becomes tainted
6taintednm.c:24:10: Stack-allocated storage t reachable from return value: t
7
8Finished LCLint checking --- 2 code errors found, as expected
9
10taintednm.c: (in function f)
11taintednm.c:16:18: Invalid transfer from tainted t to untainted (Possibly
12 tainted storage used as untainted.): t
13 taintednm.c:15:7: Meta state t becomes tainted
14taintednm.c:19:18: Invalid transfer from tainted t to untainted (Possibly
15 tainted storage used as untainted.): t
16 taintednm.c:18:7: Meta state t becomes tainted
17taintednm.c:22:18: Invalid transfer from tainted t to untainted (Possibly
18 tainted storage used as untainted.): t
19 taintednm.c:18:7: Meta state t becomes tainted
20taintednm.c:24:10: Stack-allocated storage t reachable from return value: t
21
22Finished LCLint checking --- 4 code errors found, as expected
This page took 0.050963 seconds and 5 git commands to generate.