]> git.ipfire.org Git - thirdparty/coreutils.git/commit
Rewrite. Now, this module is reentrant on systems
authorJim Meyering <jim@meyering.net>
Tue, 22 Nov 2005 15:33:26 +0000 (15:33 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 22 Nov 2005 15:33:26 +0000 (15:33 +0000)
commitb5373161d0daf0643f021553f61e381197c1f264
tree57bd075175ca1d00e56f8a5aa54aa87308320aea
parente76200e6fa01643ae118ad692a3d3b9258378247
Rewrite.  Now, this module is reentrant on systems
that provide openat (Solaris), and on systems like Linux+procfs
where our openat emulation code is reentrant.  This also fixes a
few low-probability leaks and eliminates some code that could,
in very unusual circumstances, cause rm() (via a callee) to exit.
NEWS