From: Wayne Davison Date: Mon, 4 Apr 2005 17:27:56 +0000 (+0000) Subject: Make sure that the line buffer in readfd_unbuffered() is large X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/2a0dd9bd70f4610f0bd294a50acc8e3283d70e84?hp=2a0dd9bd70f4610f0bd294a50acc8e3283d70e84 Make sure that the line buffer in readfd_unbuffered() is large enough to handle long-filename messages on a system that has a really short MAXPATHLEN value. Also, make it large enough to be able to comment on a MAXPATHLEN filename. ---