]> andersk Git - splint.git/blame - test/moreBufferTests2.expect
Modified the doc/Makefile.am so that the man page is install under make install.
[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:
16d40061 16 requires sizeof(Array) @ fixedArrayType.c:9:24 <= 10
e7af8598 17 needed to satisfy precondition:
18 requires maxSet(buffer @ fixedArrayType.c:9:3) >= sizeof(Array) @
16d40061 19 fixedArrayType.c:9:24 - 1
e7af8598 20
21Finished checking --- 1 code warning, as expected
This page took 0.058707 seconds and 5 git commands to generate.