]> andersk Git - splint.git/blobdiff - test/for.expect
Made make lint work. Although exprNode_doSwitchExpr surpresses too much.
[splint.git] / test / for.expect
index 22aa76a407a05f98386437f0eb64d3f513962340..6209bae1cd1bbb39f56c9e3f61deaf1087a89110 100644 (file)
@@ -1,8 +1,8 @@
 
 for.c: (in function f)
-for.c:13:5: Unresolved constraint:
-    Lclint is unable to resolve Requires: : (i @ for.c:13:7 )   <=  ( 10 ) 
-    needed to satisfy Requires: : MAXSET ((t @ for.c:13:5 ) )  >=  (i @
-    for.c:13:7 ) 
+for.c:13:5: Possible out-of-bounds store.  Unable to resolve constraint:
+    requires: : (i @ for.c:13:7 )   <=  ( 10 ) 
+     needed to satisfy precondition:
+    requires: : maxSet ((t @ for.c:13:5 ) )  >=  (i @ for.c:13:7 ) 
 
 Finished LCLint checking --- 1 code error found
This page took 0.030974 seconds and 4 git commands to generate.