]> andersk Git - splint.git/blob - test/moreBufferTests/strncatNotReallyGood.c
Fixed automake related problems.
[splint.git] / test / moreBufferTests / strncatNotReallyGood.c
1                 void NotGoodfunc(char *str)
2                 {
3                     char buffer[256];
4                     strncat(buffer, str, sizeof(buffer) - 1);
5                     return;
6                 }
This page took 0.035651 seconds and 5 git commands to generate.