]> andersk Git - splint.git/blame - test/maxset.expect
REmoved non-working test from make file and changed .expects to reflect the new messa...
[splint.git] / test / maxset.expect
CommitLineData
754e4dbd 1
2Finished LCLint checking --- no code errors found
754e4dbd 3
4maxsetnoannotations.c: (in function noancopy)
e83c79ec 5maxsetnoannotations.c:2:3: Possible out-of-bounds store. Unable to resolve
03d670b6 6 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
e83c79ec 15Finished LCLint checking --- 1 code error found, as expected
This page took 0.054236 seconds and 5 git commands to generate.