]> andersk Git - splint.git/blob - test/maxset.expect
33755b2405ea083b490f6c52d94c386c0ffd56c0
[splint.git] / test / maxset.expect
1
2 Finished checking --- no warnings
3
4 maxsetnoannotations.c: (in function noancopy)
5 maxsetnoannotations.c:2:3: Possible out-of-bounds store:
6     Unable to resolve constraint:
7     requires maxSet(a @ maxsetnoannotations.c:2:11) >= maxRead(b @
8     maxsetnoannotations.c:2:13)
9      needed to satisfy precondition:
10     requires maxSet(a @ maxsetnoannotations.c:2:11) >= maxRead(b @
11     maxsetnoannotations.c:2:13)
12      derived from strcpy precondition: requires maxSet(<parameter 1>) >=
13     maxRead(<parameter 2>)
14
15 Finished checking --- 1 code warning, as expected
This page took 0.044674 seconds and 3 git commands to generate.