[Bug 8838] rsync daemon chooses wrong destination place if space and the module name is part of it

samba-bugs at samba.org samba-bugs at samba.org
Sun May 19 13:56:17 MDT 2013


https://bugzilla.samba.org/show_bug.cgi?id=8838

Wayne Davison <wayned at samba.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED

--- Comment #7 from Wayne Davison <wayned at samba.org> 2013-05-19 19:56:15 UTC ---
It is the intention of --protect-args (-s) to avoid such space splitting.  The
manpage in the cited section mentions that the space-splitting methods are
"old", and later on talks about how -s can be used to avoid them.  Those that
are using newer versions of rsync should be using the non-deprecated, multi-arg
calling syntax, OR the legacy parsing that is provided by the (usually) default
--no-protect-args behavior.  So, I consider this a bug in --protect-args.

I'm looking at a patch similar to the last-proposed one.

-- 
Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the rsync mailing list