]> andersk Git - splint.git/blame - test/bufferTest.expect
Made make lint work. Although exprNode_doSwitchExpr surpresses too much.
[splint.git] / test / bufferTest.expect
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:
5 requires: : maxSet ((g @ test4.c:6:3 ) ) >= ( 100 )
6 needed to satisfy precondition:
7 requires: : maxSet ((g @ test4.c:6:3 ) ) >= ( 100 )
5caadb51 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:
13 requires: : maxSet ((g @ test6.c:5:4 ) ) >= ( 1 )
14 needed to satisfy precondition:
15 requires: : maxSet ((g @ test6.c:6:3 ) ) >= ( 0 )
16test6.c:6:10: Possible out-of-bounds read. Unable to resolve constraint:
17 requires: : maxRead ((g @ test6.c:5:4 ) ) >= ( 2 )
18 needed to satisfy precondition:
19 requires: : maxRead ((g @ test6.c:6:10 ) ) >= ( 1 )
5caadb51 20
21Finished LCLint checking --- 6 code errors found
This page took 0.05402 seconds and 5 git commands to generate.