]> andersk Git - splint.git/blame_incremental - test/constannot.expect
Fixed problem with make dist so that packages can be made and distributed.
[splint.git] / test / constannot.expect
... / ...
CommitLineData
1
2constannot.c: (in function foo2)
3constannot.c:11:3: Possible out-of-bounds store:
4 str[20]
5 Unable to resolve constraint:
6 requires maxSet(str @ constannot.c:11:3) >= 20
7 needed to satisfy precondition:
8 requires maxSet(str @ constannot.c:11:3) >= 20
9constannot.c: (in function foo3)
10constannot.c:20:3: Possible out-of-bounds store:
11 foo(buf)
12 Unable to resolve constraint:
13 requires <const int=20> <= 19
14 needed to satisfy precondition:
15 requires maxSet(buf @ constannot.c:20:8) >= <const int=20>
16 derived from foo precondition: requires maxSet(<parameter 1>) >= <const
17 int=20>
18
19Finished checking --- 2 code warnings, as expected
This page took 0.678262 seconds and 5 git commands to generate.