Rivoreo Source Code Repositories
src.rivoreo.one
/
systemd-stable
/
refs/heads/main
/
.
/
coccinelle
/
safe_close-no-if.cocci
blob: 881ce1fa0a84ab2f68147ccf88aba380664f81fb [
file
] [
log
] [
blame
] [
raw
]
/* SPDX-License-Identifier: LGPL-2.1-or-later */
@@
expression fd
;
@@
-
if
(
fd
>=
0
)
{
-
fd
=
safe_close
(
fd
);
-
}
+
fd
=
safe_close
(
fd
);