]> andersk Git - splint.git/blobdiff - test/chararraylit.expect
Fixed manual csvoverwrite.
[splint.git] / test / chararraylit.expect
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..43dfab3d12ac0f61d584a927249db8f73bc5a2c3 100644 (file)
@@ -0,0 +1,8 @@
+
+chararraylit.c: (in function f)
+chararraylit.c:8:16: String literal with 4 characters is assigned to char [3]
+                        (no room for null terminator): "abc"
+chararraylit.c:13:3: Suspect modification of observer p: *p = 'c'
+   chararraylit.c:9:13: Storage *p becomes observer
+
+Finished checking --- 2 code warnings, as expected
This page took 0.242222 seconds and 4 git commands to generate.