X-Git-Url: http://andersk.mit.edu/gitweb/splint.git/blobdiff_plain/8e349e1176b8e76e2eaec467ce10d69d7acb5504..1b8ae6904556859bbe91aadf35b8adcc1a0611ce:/test/sizeoftest.expect?ds=sidebyside diff --git a/test/sizeoftest.expect b/test/sizeoftest.expect index e9969c8..7282421 100644 --- a/test/sizeoftest.expect +++ b/test/sizeoftest.expect @@ -1,8 +1,9 @@ sizeof.c: (in function main) -sizeof.c:6:2: Unresolved constraint: - Lclint is unable to resolve Requires: : - ( 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