[Bug 11656] Escaping broken with --files-from

samba-bugs at samba.org samba-bugs at samba.org
Wed Dec 30 23:44:55 UTC 2015


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

--- Comment #9 from Gennady Uraltsev <gennady.uraltsev+bugs at gmail.com> ---
I looked through the source code and it seems that whatever is happening is
going bad in the function

static void filtered_fwrite in log.c

in particular the line
#134
fprintf(f, "\\#%03o", *(uchar*)s); 

is suspicious. The problem is that #134 is the octal code for the backslash
character.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.



More information about the rsync mailing list