]> andersk Git - splint.git/blame - test/stringliteral.c
Added the flags likely-bounds, likely-bounds-write, and likely-bounds-read
[splint.git] / test / stringliteral.c
CommitLineData
98b591d2 1
2char buf[8] = "\000\000\000\000\000\000\000\000";
3char bufa[8] = "\000\000\000\000\000\000\000\001";
4char buf2[4] = "abcd";
5char buf3[4] = "ab\n";
6char buf4[4] = "\034\342\24";
7char buf5[4] = "abcdef";
8
This page took 0.049058 seconds and 5 git commands to generate.