Code & Deploy
Code
Models
Repos
Sign in
@matheusbsbs
/
matheus-bagliano
matheus-bagliano
/
tools
/
coccinelle
/
xstrdup_or_null.cocci
Code
Commits
Pulls
CI/CD
82,128
seen
bisect
jch
maint
master
next
seen
test
todo
cocci
5 lines
70 Bytes
Copy permalink
Copy
Raw
1
@@
2
expression E;
3
@@
4
- xstrdup(absolute_path(E))
5
+ absolute_pathdup(E)