]> andersk Git - splint.git/blame - test/constannot.expect
REmoved non-working test from make file and changed .expects to reflect the new messa...
[splint.git] / test / constannot.expect
CommitLineData
b9904f57 1
2constannot.c: (in function foo2)
3constannot.c:11:3: Possible out-of-bounds store. Unable to resolve constraint:
4109ede4 4 requires maxSet(str @ constannot.c:11:3) >= 20
b9904f57 5 needed to satisfy precondition:
4109ede4 6 requires maxSet(str @ constannot.c:11:3) >= 20
b9904f57 7constannot.c: (in function foo3)
8constannot.c:20:3: Possible out-of-bounds store. Unable to resolve constraint:
4109ede4 9 requires <const int=20> <= 19
b9904f57 10 needed to satisfy precondition:
4109ede4 11 requires maxSet(buf @ constannot.c:20:8) >= <const int=20>
12 derived from foo precondition: requires maxSet(<parameter 1>) >= <const
13 int=20>
b9904f57 14
15Finished LCLint checking --- 2 code errors found, as expected
This page took 0.181783 seconds and 5 git commands to generate.