]> andersk Git - splint.git/blame - test/constannot.expect
Fixes for win32
[splint.git] / test / constannot.expect
CommitLineData
b9904f57 1
2constannot.c: (in function foo2)
7bf96067 3constannot.c:11:3: Possible out-of-bounds store:
9276a168 4 str[20]
7bf96067 5 Unable to resolve constraint:
4109ede4 6 requires maxSet(str @ constannot.c:11:3) >= 20
b9904f57 7 needed to satisfy precondition:
4109ede4 8 requires maxSet(str @ constannot.c:11:3) >= 20
b9904f57 9constannot.c: (in function foo3)
fba0ed37 10constannot.c:20:3: Likely out-of-bounds store:
9276a168 11 foo(buf)
7bf96067 12 Unable to resolve constraint:
4109ede4 13 requires <const int=20> <= 19
b9904f57 14 needed to satisfy precondition:
4109ede4 15 requires maxSet(buf @ constannot.c:20:8) >= <const int=20>
16 derived from foo precondition: requires maxSet(<parameter 1>) >= <const
17 int=20>
b9904f57 18
11db3170 19Finished checking --- 2 code warnings, as expected
This page took 0.238826 seconds and 5 git commands to generate.