]> andersk Git - splint.git/blame - test/bufferTest.out
REmoved non-working test from make file and changed .expects to reflect the new messa...
[splint.git] / test / bufferTest.out
CommitLineData
5caadb51 1
2test4.c: (in function t)
3test4.c:6:3: Variable g used before definition
03d670b6 4test4.c:6:3: Possible out-of-bounds store. Unable to resolve constraint:
4109ede4 5 requires maxSet(g @ test4.c:6:3) >= 100
03d670b6 6 needed to satisfy precondition:
4109ede4 7 requires maxSet(g @ test4.c:6:3) >= 100
bb25bea6 8test6.c:2:6: Function t defined more than once
9 test4.c:15:1: Previous definition of t
10test6.c: (in function t)
11test6.c:5:4: Variable g used before definition
03d670b6 12test6.c:6:3: Possible out-of-bounds store. Unable to resolve constraint:
4109ede4 13 requires maxSet(g @ test6.c:5:4) >= 1
03d670b6 14 needed to satisfy precondition:
4109ede4 15 requires maxSet(g @ test6.c:6:3) >= 0
03d670b6 16test6.c:6:10: Possible out-of-bounds read. Unable to resolve constraint:
4109ede4 17 requires maxRead(g @ test6.c:5:4) >= 2
03d670b6 18 needed to satisfy precondition:
4109ede4 19 requires maxRead(g @ test6.c:6:10) >= 1
bb25bea6 20
21Finished LCLint checking --- 6 code errors found
This page took 0.099194 seconds and 5 git commands to generate.