]> andersk Git - splint.git/blobdiff - test/sizeoftest.expect
Made allocations involving sizeof work correctly (test/malloc.c).
[splint.git] / test / sizeoftest.expect
index ab8731098a8a0324045e503705b4b8d4ce2db7ad..5d6a0e9ad920005bbd4f29da9ef44572e375b418 100644 (file)
@@ -1,8 +1,9 @@
 
 sizeof.c: (in function main)
-sizeof.c:9: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: 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.032149 seconds and 4 git commands to generate.