]> andersk Git - splint.git/blame - test/moreBufferTests2.expect
Updated FAQ to match the sytle of web pages on splint.org.
[splint.git] / test / moreBufferTests2.expect
CommitLineData
30585c35 1
2unknownsize.c: (in function uknSize1)
3unknownsize.c:9:3: Possible out-of-bounds store:
9276a168 4 c[9]
30585c35 5 Unable to resolve constraint:
6 requires maxSet(c @ unknownsize.c:9:3) >= 9
7 needed to satisfy precondition:
8 requires maxSet(c @ unknownsize.c:9:3) >= 9
9
a956d444 10Finished checking --- 1 code warning, as expected
e7af8598 11
12fixedArrayType.c: (in function fixedArrayTouch)
13fixedArrayType.c:9:3: Possible out-of-bounds store:
9276a168 14 buffer[sizeof(Array) - 1]
e7af8598 15 Unable to resolve constraint:
abd7f895 16 requires sizeof(Array) @ fixedArrayType.c:9:25 <= 10
e7af8598 17 needed to satisfy precondition:
18 requires maxSet(buffer @ fixedArrayType.c:9:3) >= sizeof(Array) @
abd7f895 19 fixedArrayType.c:9:25 - 1
e7af8598 20
21Finished checking --- 1 code warning, as expected
This page took 0.058361 seconds and 5 git commands to generate.