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