]> andersk Git - splint.git/blame_incremental - test/moreBufferTests/strncatNotReallyGood.c
Committed my changes (but there are several splintme errors currently).
[splint.git] / test / moreBufferTests / strncatNotReallyGood.c
... / ...
CommitLineData
1 void NotGoodfunc(char *str)
2 {
3 char buffer[256];
4 strncat(buffer, str, sizeof(buffer) - 1);
5 return;
6 }
This page took 0.034171 seconds and 5 git commands to generate.