]> andersk Git - splint.git/blob - test/moreBufferTests/strncatNotReallyGood.c
Improved tracking of state change locations. Added +showdeephistory
[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.242658 seconds and 5 git commands to generate.