]> andersk Git - splint.git/blob - test/moreBufferTests/strncatNotReallyGood.c
Changed 3.0.1.6 to 3.0.1.7 for /doc
[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.076789 seconds and 5 git commands to generate.