CVS commit: src/bin/rcp

2020-05-06 Thread Aymeric Vincent
Module Name:src Committed By: aymeric Date: Wed May 6 18:15:40 UTC 2020 Modified Files: src/bin/rcp: rcp.c Log Message: In sink(), upon error, avoid multiple replies to the source as this would lead to a desynchronization of the protocol and further files or directories t

CVS commit: src/bin/rcp

2012-05-07 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Mon May 7 15:22:54 UTC 2012 Modified Files: src/bin/rcp: rcp.c Log Message: allocate a separate buffer in each call to sink(). reusing the buffer across recursive calls just doesn't work right. To generate a diff of this commit: c

CVS commit: src/bin/rcp

2009-08-31 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Aug 31 07:11:17 UTC 2009 Modified Files: src/bin/rcp: rcp.c Log Message: Fix up seriously borked mallocing of a static buffer, which seems to have been this way since at least 4.4. This will still dump core if malloc fails o