[PATCH] Support running with an unknown current directory (bug 6422)

2018-02-06 Thread Florian Weimer via rsync
This hopefully addresses a glusterfs geo-replication regression after a recent security update to glibc. I see that rsync does not assume that fchdir exists, so I didn't make any attempt to use it. Thanks, Florian >From c17b53751fc7b72816b26959f07eb28f532b52e9 Mon Sep 17 00:00:00 2001 From: F

[Bug 6422] rsync needlessly aborts when getcwd() fails

2018-02-06 Thread just subscribed for rsync-qa from bugzilla via rsync
https://bugzilla.samba.org/show_bug.cgi?id=6422 --- Comment #3 from Florian Weimer --- I posted a patch: https://lists.samba.org/archive/rsync/2018-February/031476.html -- You are receiving this mail because: You are the QA Contact for the bug. -- Please use reply-all for most replies to avoi

Re: [PATCH] Support running with an unknown current directory (bug 6422)

2018-02-06 Thread Florian Weimer via rsync
Sorry, I made a Git error and posted the wrong patch. New patch attached. Thanks, Florian >From dd609baac563e2367b9424f32eead35940f6bc33 Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Tue, 6 Feb 2018 14:43:35 +0100 Subject: [PATCH] Support running with an unknown current directory (bug 642

Re: Unfortunate results from fake-super

2018-02-06 Thread Dave Gordon via rsync
On 05/02/18 23:03, Dave Gordon via rsync wrote: > On 05/02/18 05:53, Wayne Davison wrote: >> On Sat, Feb 3, 2018 at 5:20 AM, Dave Gordon via rsync >> mailto:rsync@lists.samba.org>> wrote: >> >> [...fake-super symlink saved as a file...] >> >> This results in the copy being world-writable. >