]> andersk Git - splint.git/blobdiff - test/sizeoftest.expect
Changed checking of complete descruction so +strictdestroy is no
[splint.git] / test / sizeoftest.expect
index 535b163852510df51f485acd2215472168402ddb..7282421a370ec360eb51b9820471d2ba19abd039 100644 (file)
@@ -1,8 +1,9 @@
 
 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
This page took 0.297515 seconds and 4 git commands to generate.