]> andersk Git - splint.git/blame - test/outparam.out
Added doc/Makefile.am to get make dist to work.
[splint.git] / test / outparam.out
CommitLineData
86d93ed3 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)
8outparam.c:37:5: Unallocated storage c passed as out parameter to f: c
9outparam.c:37:8: Variable b used before definition
10outparam.c:39:5: Unallocated storage d passed as out parameter to f: d
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
15outparam.c:47:5: Arrow access from possibly null pointer t4: t4->a
16 outparam.c:46:8: Storage t4 may become null
17outparam.c:48:13: Fresh storage t4 not released before return
18 outparam.c:46:3: Fresh storage t4 allocated
19
20Finished checking --- 12 code warnings, as expected
This page took 0.251095 seconds and 5 git commands to generate.