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