X-Git-Url: http://andersk.mit.edu/gitweb/splint.git/blobdiff_plain/5caadb51e0e5ef262e98ae102b19d7605f8c92ed..7ebcc5bb1729918edf2ba5b4b9d5a67cdea4afb5:/test/sizeoftest.expect diff --git a/test/sizeoftest.expect b/test/sizeoftest.expect index 535b163..223775e 100644 --- a/test/sizeoftest.expect +++ b/test/sizeoftest.expect @@ -1,8 +1,8 @@ sizeof.c: (in function main) -sizeof.c:9:2: Unresolved constraint: - Lclint is unable to resolve Requires: : MAXSET ((x @ sizeof.c:6:2 ) ) >= - ( 3 ) needed to satisfy Requires: : MAXSET ((x @ sizeof.c:6:2 ) ) >= ( 3 - ) +sizeof.c:6:2: Possible out-of-bounds store. Unable to resolve constraint: + requires: : ( 2 ) >= ( 3 ) + needed to satisfy precondition: + requires: : maxSet ((x @ sizeof.c:6:2 ) ) >= ( 3 ) Finished LCLint checking --- 1 code error found