rsync buffer overflow detected

Wayne Davison wayned at samba.org
Sat Apr 29 21:40:06 UTC 2017


On Fri, Apr 14, 2017 at 10:22 AM, Boris Savelev via rsync <
rsync at lists.samba.org> wrote:

> #8  0x0000555555585ef6 in read_int (f=f at entry=1606) at io.c:1711
>
#9  0x00005555555876ed in setup_protocol (f_out=1605, f_in=1606) at
> compat.c:158
>

Since rsync is just trying to setup the protocol, I'd imagine that your
shell is outputting extraneous characters. You can try running something
manually, such as "ssh host echo hello", which should output only "hello",
and "ssh host rsync --server . ." (note the 2 trailing dot args) which
should output nothing, and require a Ctrl-C to kill it.  You might be able
to work around the issue with something like -e'ssh -q'.

..wayne..
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.samba.org/pipermail/rsync/attachments/20170429/6f2f9070/attachment.html>


More information about the rsync mailing list