chiark / gitweb /
Prep v230: Apply missing upstream fixes and updates (3/8) src/cgroups-agent.
[elogind.git] / coccinelle / xsprintf.cocci
1 @@
2 expression e, fmt;
3 expression list vaargs;
4 @@
5 - snprintf(e, sizeof(e), fmt, vaargs);
6 + xsprintf(e, fmt, vaargs);