git/contrib/coccinelle/xstrdup_or_null.cocci

@@
expression E;
@@
- xstrdup(absolute_path(E))
+ absolute_pathdup(E)