]> andersk Git - splint.git/blame - test/moreBufferTests/strncatNotReallyGood.c
Fixed manual csvoverwrite.
[splint.git] / test / moreBufferTests / strncatNotReallyGood.c
CommitLineData
97387c9b 1 void NotGoodfunc(char *str)
2 {
3 char buffer[256];
4 strncat(buffer, str, sizeof(buffer) - 1);
5 return;
6 }
This page took 0.235288 seconds and 5 git commands to generate.