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

--- Comment #9 from Gennady Uraltsev <gennady.uraltsev+b...@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.

-- 
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

Reply via email to