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