]> andersk Git - splint.git/blame_incremental - test/mergestate.expect
Got rid of [look into this ] messages in null.expect and outglob.expect
[splint.git] / test / mergestate.expect
... / ...
CommitLineData
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: s becomes tainted
6taintednm.c:24:10: Stack-allocated storage t reachable from return value: t
7
8Finished checking --- 2 code warnings, 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.): system(..., t, ...)
13 taintednm.c:15:7: t becomes tainted
14 taintednm.xh:23:55: s becomes untainted
15taintednm.c:19:18: Invalid transfer from tainted t to untainted (Possibly
16 tainted storage used as untainted.): system(..., t, ...)
17 taintednm.c:18:7: t becomes tainted
18 taintednm.xh:23:55: s becomes untainted
19taintednm.c:22:18: Invalid transfer from tainted t to untainted (Possibly
20 tainted storage used as untainted.): system(..., t, ...)
21 taintednm.c:18:7: t becomes tainted
22 taintednm.xh:23:55: s becomes untainted
23taintednm.c:24:10: Stack-allocated storage t reachable from return value: t
24
25Finished checking --- 4 code warnings, as expected
This page took 0.37503 seconds and 5 git commands to generate.