]> andersk Git - splint.git/blobdiff - test/simplebufferConstraintTests.expect
Made allocations involving sizeof work correctly (test/malloc.c).
[splint.git] / test / simplebufferConstraintTests.expect
index 3db1c55e0eb5102e18e9a3d1951ab333952e23b6..c8d41a14b6d300c85f5ed97353b5ed1b83c8df83 100644 (file)
@@ -3,8 +3,7 @@ m.c: (in function t)
 m.c:9:1: Index of possibly null pointer f: f
    m.c:8:5: Storage f may become null
 sizeof.c: (in function f)
-sizeof.c:17:1: Likely out-of-bounds store:
-    x[(sizeof(x))]
+sizeof.c:17:1: Likely out-of-bounds store: x[(sizeof(x))]
     Unable to resolve constraint:
     requires 2 >= 3
      needed to satisfy precondition:
@@ -12,8 +11,7 @@ sizeof.c:17:1: Likely out-of-bounds store:
 test3.c:2:6: Function t defined more than once
    m.c:11:1: Previous definition of t
 test3.c: (in function t)
-test3.c:9:3: Likely out-of-bounds store:
-    g[101]
+test3.c:9:3: Likely out-of-bounds store: g[101]
     Unable to resolve constraint:
     requires 99 >= 101
      needed to satisfy precondition:
@@ -21,14 +19,12 @@ test3.c:9:3: Likely out-of-bounds store:
 test7.c:2:6: Function t defined more than once
    m.c:11:1: Previous definition of t
 test7.c: (in function t)
-test7.c:6:3: Possible out-of-bounds store:
-    g[2]
+test7.c:6:3: Possible out-of-bounds store: g[2]
     Unable to resolve constraint:
     requires maxSet(g @ test7.c:4:3) >= 4
      needed to satisfy precondition:
     requires maxSet(g @ test7.c:6:3) >= 2
-test7.c:8:3: Possible out-of-bounds store:
-    j[0]
+test7.c:8:3: Possible out-of-bounds store: j[0]
     Unable to resolve constraint:
     requires maxSet(j @ test7.c:8:3) >= 0
      needed to satisfy precondition:
This page took 0.034949 seconds and 4 git commands to generate.