]> git.ipfire.org Git - thirdparty/systemd.git/commit
*: convert amenable fdopendir() calls to take_fdopendir()
authorVito Caputo <vcaputo@pengaru.com>
Tue, 31 Mar 2020 09:00:44 +0000 (02:00 -0700)
committerVito Caputo <vcaputo@pengaru.com>
Tue, 31 Mar 2020 13:48:03 +0000 (06:48 -0700)
commit9f81a592c19a7390eefaca99e8323f13d69c2044
tree624531d0769c3741e0f4d8ed77eb40c6ffb3bb07
parentf61457b0fee7326ead5b2cd8df8515a814d922e0
*: convert amenable fdopendir() calls to take_fdopendir()

Some fdopendir() calls remain where safe_close() is manually
performed, those could be simplified as well by converting to
use the _cleanup_close_ machinery, but makes things less trivial
to review so left for a future cleanup.
src/basic/copy.c
src/basic/stat-util.c
src/nspawn/nspawn-patch-uid.c