]> andersk Git - splint.git/blob - test/chararraylit.expect
noexpand always false.
[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    chararraylit.c:9:13: Storage *p becomes observer
7
8 Finished checking --- 2 code warnings, as expected
This page took 0.165919 seconds and 5 git commands to generate.