]> andersk Git - splint.git/blame - test/outparam.expect
noexpand always false.
[splint.git] / test / outparam.expect
CommitLineData
885824d3 1
2outparam.c: (in function h)
3outparam.c:8:3: Variable u1 used before definition
4outparam.c:12:7: Field s->a used before definition
5outparam.c: (in function f)
6outparam.c:21:7: Value *a used before definition
7outparam.c: (in function g)
80ee600a 8outparam.c:37:5: Unallocated storage c passed as out parameter to f: c
885824d3 9outparam.c:37:8: Variable b used before definition
80ee600a 10outparam.c:39:5: Unallocated storage d passed as out parameter to f: d
885824d3 11outparam.c:41:7: Variable t used before definition
12outparam.c:42:7: Variable t2 used before definition
13outparam.c:42:3: Assignment of int to st: s = t2->a
14outparam.c:44:3: Variable t3 used before definition
80ee600a 15outparam.c:47:5: Arrow access from possibly null pointer t4: t4->a
885824d3 16 outparam.c:46:8: Storage t4 may become null
17outparam.c:48:13: Fresh storage t4 not released before return
16c024b5 18 outparam.c:46:3: Fresh storage t4 created
885824d3 19
11db3170 20Finished checking --- 12 code warnings, as expected
This page took 0.097175 seconds and 5 git commands to generate.