]> andersk Git - splint.git/blob - test/chararraylit.expect
Fixed configuration problem (hopefully).
[splint.git] / test / chararraylit.expect
1
2 chararraylit.c: (in function f)
3 chararraylit.c:8:16: String literal with 4 characters is assigned to char [3]
4                         (no room for null terminator): "abc"
5 chararraylit.c:13:3: Suspect modification of observer p: *p = 'c'
6
7 Finished checking --- 2 code warnings, as expected
This page took 0.280194 seconds and 5 git commands to generate.