]> andersk Git - splint.git/blame - test/buffertest.expect
noexpand always false.
[splint.git] / test / buffertest.expect
CommitLineData
a469ccf0 1
2buffertest1.c: (in function t1)
3buffertest1.c:5:3: Variable g used before definition
4buffertest1.c:5:3: Possible out-of-bounds store:
5 Unable to resolve constraint:
6 requires maxSet(g @ buffertest1.c:5:3) >= 100
7 needed to satisfy precondition:
8 requires maxSet(g @ buffertest1.c:5:3) >= 100
9buffertest1.c: (in function t2)
10buffertest1.c:20:3: Variable g used before definition
11buffertest1.c:21:3: Possible out-of-bounds store:
12 Unable to resolve constraint:
13 requires maxSet(g @ buffertest1.c:20:3) >= 1
14 needed to satisfy precondition:
15 requires maxSet(g @ buffertest1.c:21:3) >= 0
16buffertest1.c:21:10: Possible out-of-bounds read:
17 Unable to resolve constraint:
18 requires maxRead(g @ buffertest1.c:20:3) >= 2
19 needed to satisfy precondition:
20 requires maxRead(g @ buffertest1.c:21:10) >= 1
21
11db3170 22Finished checking --- 5 code warnings, as expected
This page took 0.079098 seconds and 5 git commands to generate.