Welcome to mirror list, hosted at ThFree Co, Russian Federation.

xstrdup_or_null.cocci « coccinelle « contrib - git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9c1d2939b61f0a588f6b611084b68c1cc7a0cef8 (plain)
1
2
3
4
5
@@
expression E;
@@
- xstrdup(absolute_path(E))
+ absolute_pathdup(E)