Log In
source-git
/
systemd
Clone
Source Code
GIT
Source
Pull Requests
0
Stats
Overview
Files
Commits
Branches
Forks
Releases
Files
Commit:
32e11890e878ed4dbbcbc542b98549da37a0be36
32e11890e878ed4dbbcbc542b98549da37a0be36
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);