]> git.ipfire.org Git - thirdparty/shadow.git/commit
More robust file content copy in copy_tree()
authorChristian Göttsche <cgzones@googlemail.com>
Fri, 5 Aug 2022 15:57:27 +0000 (17:57 +0200)
committerSerge Hallyn <serge@hallyn.com>
Wed, 17 Aug 2022 17:34:01 +0000 (12:34 -0500)
commitf606314f0c22fb5d13e5af17a70860d57559e808
tree0bb6224c243eace381b83ff3b051789e8479253c
parent1d281273b149f2bb992d893d8ca9ffffddc95cc8
More robust file content copy in copy_tree()

Bail out on read(2) failure, continue on EINTR, support short writes and
increase chunk size.
libmisc/copydir.c