]> andersk Git - splint.git/blob - test/maxset.expect
Made allocations involving sizeof work correctly (test/malloc.c).
[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: strcpy(a, b)
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.075007 seconds and 5 git commands to generate.