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