]> git.ipfire.org Git - thirdparty/systemd.git/blob - coccinelle/xsprintf.cocci
fix(journal-gatewayd): use relative urls (not starting with '/')
[thirdparty/systemd.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);