]> andersk Git - splint.git/blobdiff - test/maxset.expect
Hopefully fixed configuration program caused by running an old version of automake.
[splint.git] / test / maxset.expect
index eed7b168e38a1b6e8a1eedc8655142b880747d32..33755b2405ea083b490f6c52d94c386c0ffd56c0 100644 (file)
@@ -1,12 +1,15 @@
 
-Finished LCLint checking --- no code errors found
-/a/apollo.cs.Virginia.EDU/af9/drl7x/re/LCLintDev/test/maxset
+Finished checking --- no warnings
 
 maxsetnoannotations.c: (in function noancopy)
-maxsetnoannotations.c:5:2: Unresolved constraint:
-    Lclint is unable to resolve Requires: : MAXSET ((a @ maxsetnoannotations.c:4
-    :9 ) )  >=  MAXREAD ((b @ maxsetnoannotations.c:4:11 ) ) needed to satisfy
-    Requires: : MAXSET ((a @ maxsetnoannotations.c:4:9 ) )  >=  MAXREAD ((b @
-    maxsetnoannotations.c:4:11 ) )
+maxsetnoannotations.c:2:3: Possible out-of-bounds store:
+    Unable to resolve constraint:
+    requires maxSet(a @ maxsetnoannotations.c:2:11) >= maxRead(b @
+    maxsetnoannotations.c:2:13)
+     needed to satisfy precondition:
+    requires maxSet(a @ maxsetnoannotations.c:2:11) >= maxRead(b @
+    maxsetnoannotations.c:2:13)
+     derived from strcpy precondition: requires maxSet(<parameter 1>) >=
+    maxRead(<parameter 2>)
 
-Finished LCLint checking --- 1 code error found
+Finished checking --- 1 code warning, as expected
This page took 0.055415 seconds and 4 git commands to generate.