]> andersk Git - splint.git/blame - test/mergestate.expect
Fixes for win32
[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
0bf5022d 5 taintednm.c:1:32: s becomes tainted
98ed3b22 6taintednm.c:24:10: Stack-allocated storage t reachable from return value: t
7
11db3170 8Finished checking --- 2 code warnings, as expected
98ed3b22 9
10taintednm.c: (in function f)
11taintednm.c:16:18: Invalid transfer from tainted t to untainted (Possibly
0bf5022d 12 tainted storage used as untainted.): system(..., t, ...)
13 taintednm.c:15:7: t becomes tainted
b7e84605 14 taintednm.xh:23:55: s becomes untainted
98ed3b22 15taintednm.c:19:18: Invalid transfer from tainted t to untainted (Possibly
0bf5022d 16 tainted storage used as untainted.): system(..., t, ...)
17 taintednm.c:18:7: t becomes tainted
b7e84605 18 taintednm.xh:23:55: s becomes untainted
98ed3b22 19taintednm.c:22:18: Invalid transfer from tainted t to untainted (Possibly
0bf5022d 20 tainted storage used as untainted.): system(..., t, ...)
21 taintednm.c:18:7: t becomes tainted
b7e84605 22 taintednm.xh:23:55: s becomes untainted
98ed3b22 23taintednm.c:24:10: Stack-allocated storage t reachable from return value: t
24
11db3170 25Finished checking --- 4 code warnings, as expected
This page took 0.097921 seconds and 5 git commands to generate.