]> andersk Git - splint.git/blame - test/simplebufferConstraintTests.expect
Simple modification to tests.
[splint.git] / test / simplebufferConstraintTests.expect
CommitLineData
8e349e11 1
2m.c: (in function t)
3m.c:9:1: Index of possibly null pointer f: f
4 m.c:8:5: Storage f may become null
5sizeof.c: (in function f)
6sizeof.c:17:1: Unresolved constraint:
7 Lclint is unable to resolve Requires: :
8 ( 2 ) >= ( 3 ) needed to satisfy Requires: : MAXSET ((x @ sizeof.c:17:1
9 ) ) >= ( 3 )
10test3.c:2:6: Function t defined more than once
11 m.c:11:1: Previous definition of t
12test3.c: (in function t)
13test3.c:9:3: Unresolved constraint:
14 Lclint is unable to resolve Requires: :
15 ( 99 ) >= ( 101 ) needed to satisfy Requires: : MAXSET ((g @
16 test3.c:9:3 ) ) >= ( 101 )
17test7.c:2:6: Function t defined more than once
18 m.c:11:1: Previous definition of t
19test7.c: (in function t)
8e349e11 20test7.c:8:3: Unresolved constraint:
21 Lclint is unable to resolve Requires: : MAXSET ((j @ test7.c:8:3 ) ) >= (
22 0 ) needed to satisfy Requires: : MAXSET ((j @ test7.c:8:3 ) ) >= ( 0 )
1bd3b025 23test7.c:6:3: Unresolved constraint:
24 Lclint is unable to resolve Requires: : MAXSET ((g @ test7.c:4:3 ) ) >= (
25 4 ) needed to satisfy Requires: : MAXSET ((g @ test7.c:6:3 ) ) >= ( 2 )
8e349e11 26
27Finished LCLint checking --- 7 code errors found
This page took 0.428993 seconds and 5 git commands to generate.