]> andersk Git - splint.git/blobdiff - test/sizeoftest.expect
Changed 3.0.1.6 to 3.0.1.7 for /doc
[splint.git] / test / sizeoftest.expect
index c2e95bed6c73ac903677d72b530372ab3985baa0..8bbef3c0ceca077f97994a1d451d9c0c97774ece 100644 (file)
@@ -1,8 +1,10 @@
 
 sizeof.c: (in function main)
-sizeof.c:6:2: Possible out-of-bounds store.  Unable to resolve constraint:
+sizeof.c:6:2: Likely out-of-bounds store:
+    x[(sizeof(x))]
+    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
+Finished checking --- 1 code warning, as expected
This page took 0.037999 seconds and 4 git commands to generate.