]> andersk Git - splint.git/blame - test/moreBufferTests2.expect
Added test case for pproblem with typedefs and fixed size arrays.
[splint.git] / test / moreBufferTests2.expect
CommitLineData
30585c35 1
2unknownsize.c: (in function uknSize1)
3unknownsize.c:9:3: Possible out-of-bounds store:
4 Unable to resolve constraint:
5 requires maxSet(c @ unknownsize.c:9:3) >= 9
6 needed to satisfy precondition:
7 requires maxSet(c @ unknownsize.c:9:3) >= 9
8
a956d444 9Finished checking --- 1 code warning, as expected
e7af8598 10
11fixedArrayType.c: (in function fixedArrayTouch)
12fixedArrayType.c:9:3: Possible out-of-bounds store:
13 Unable to resolve constraint:
14 requires sizeof(Array) @ fixedArrayType.c:9:23 <= 10
15 needed to satisfy precondition:
16 requires maxSet(buffer @ fixedArrayType.c:9:3) >= sizeof(Array) @
17 fixedArrayType.c:9:23 - 1
18
19Finished checking --- 1 code warning, as expected
This page took 0.049251 seconds and 5 git commands to generate.