Log In
source-git
/
systemd
Clone
Source Code
GIT
Source
Pull Requests
0
Stats
Overview
Files
Commits
Branches
Forks
Releases
Files
Commit:
3c5e4fb9144bf4b4f7f0f98a590bb37e3419d84b
3c5e4fb9144bf4b4f7f0f98a590bb37e3419d84b
coccinelle
safe_close-no-if.cocci
Fork and Edit
Blob
Blame
History
Raw
@@ expression fd; @@ - if (fd >= 0) { - fd = safe_close(fd); - } + fd = safe_close(fd);