https://bugzilla.samba.org/show_bug.cgi?id=6151
------- Comment #1 from erik.sjol...@gmail.com 2009-03-02 16:44 CST ------- Created an attachment (id=3965) --> (https://bugzilla.samba.org/attachment.cgi?id=3965&action=view) fixes this bug This patch fixes this bug. I am still a bit worried about the foor loop directly after /* find out what our safety margin is */ It tries to analyze "src" but, I don't know exactly what it is trying to do. For instance why does it have depth = 0 and not --depth? How does take care of symbolic links inside the "src" path? In general ".." in the root directory is also the root directory. Is that considered? I know too little about what restrictions the arguments coming into this function have already gone through ( filtering, cleaning up ). -- Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. -- Please use reply-all for most replies to avoid omitting the mailing list. To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html