Release coccinelle-0.1
[bpt/coccinelle.git] / tests / const.cocci
1 @@ @@
2 void foo(char *text) {
3 - strcat(buf->data, text);
4 + strcat_safe(buf->data, buf->len, text);
5 }