]> andersk Git - splint.git/blob - test/chararraylit.expect
Added the flags likely-bounds, likely-bounds-write, and likely-bounds-read
[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.034078 seconds and 5 git commands to generate.