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