]> andersk Git - splint.git/blame - test/simplebufferConstraintTests.expect
Updated README version number. (Testing sourceforge)
[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)
7bf96067 6sizeof.c:17:1: Possible out-of-bounds store:
7 Unable to resolve constraint:
4109ede4 8 requires 2 >= 3
03d670b6 9 needed to satisfy precondition:
4109ede4 10 requires maxSet(x @ sizeof.c:17:1) >= 3
8e349e11 11test3.c:2:6: Function t defined more than once
12 m.c:11:1: Previous definition of t
13test3.c: (in function t)
7bf96067 14test3.c:9:3: Possible out-of-bounds store:
15 Unable to resolve constraint:
4109ede4 16 requires 99 >= 101
03d670b6 17 needed to satisfy precondition:
4109ede4 18 requires maxSet(g @ test3.c:9:3) >= 101
8e349e11 19test7.c:2:6: Function t defined more than once
20 m.c:11:1: Previous definition of t
21test7.c: (in function t)
7bf96067 22test7.c:6:3: Possible out-of-bounds store:
23 Unable to resolve constraint:
4109ede4 24 requires maxSet(g @ test7.c:4:3) >= 4
03d670b6 25 needed to satisfy precondition:
4109ede4 26 requires maxSet(g @ test7.c:6:3) >= 2
7bf96067 27test7.c:8:3: Possible out-of-bounds store:
28 Unable to resolve constraint:
4109ede4 29 requires maxSet(j @ test7.c:8:3) >= 0
02984642 30 needed to satisfy precondition:
4109ede4 31 requires maxSet(j @ test7.c:8:3) >= 0
8e349e11 32
a469ccf0 33Finished LCLint checking --- 7 code errors found, as expected
This page took 0.062848 seconds and 5 git commands to generate.