]> andersk Git - splint.git/blame - test/maxset.expect
Made allocations involving sizeof work correctly (test/malloc.c).
[splint.git] / test / maxset.expect
CommitLineData
754e4dbd 1
11db3170 2Finished checking --- no warnings
754e4dbd 3
4maxsetnoannotations.c: (in function noancopy)
6317f163 5maxsetnoannotations.c:2:3: Possible out-of-bounds store: strcpy(a, b)
7bf96067 6 Unable to resolve constraint:
4109ede4 7 requires maxSet(a @ maxsetnoannotations.c:2:11) >= maxRead(b @
8 maxsetnoannotations.c:2:13)
03d670b6 9 needed to satisfy precondition:
4109ede4 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>)
754e4dbd 14
11db3170 15Finished checking --- 1 code warning, as expected
This page took 0.065078 seconds and 5 git commands to generate.