]> andersk Git - splint.git/blobdiff - test/moreBufferTests2.expect
Fixed bug preventing +showconstraintlocation from being the default.
[splint.git] / test / moreBufferTests2.expect
index c95ca7d03bc58d1be4ee8313420bdb3ce12a4dd7..78bc399897e0ac957d538aa6e283893ff2da131c 100644 (file)
@@ -1,6 +1,7 @@
 
 unknownsize.c: (in function uknSize1)
 unknownsize.c:9:3: Possible out-of-bounds store:
+    c[9]
     Unable to resolve constraint:
     requires maxSet(c @ unknownsize.c:9:3) >= 9
      needed to satisfy precondition:
@@ -10,6 +11,7 @@ Finished checking --- 1 code warning, as expected
 
 fixedArrayType.c: (in function fixedArrayTouch)
 fixedArrayType.c:9:3: Possible out-of-bounds store:
+    buffer[sizeof(Array) - 1]
     Unable to resolve constraint:
     requires sizeof(Array) @ fixedArrayType.c:9:23 <= 10
      needed to satisfy precondition:
This page took 0.034697 seconds and 4 git commands to generate.