]> andersk Git - splint.git/blame - test/for.expect
Made allocations involving sizeof work correctly (test/malloc.c).
[splint.git] / test / for.expect
CommitLineData
8e349e11 1
2for.c: (in function f)
6317f163 3for.c:13:5: Possible out-of-bounds store: t[i]
7bf96067 4 Unable to resolve constraint:
4109ede4 5 requires i @ for.c:13:7 <= 10
03d670b6 6 needed to satisfy precondition:
4109ede4 7 requires maxSet(t @ for.c:13:5) >= i @ for.c:13:7
8e349e11 8
11db3170 9Finished checking --- 1 code warning, as expected
This page took 0.12731 seconds and 5 git commands to generate.