aboutsummaryrefslogtreecommitdiffstats
path: root/flist.c
diff options
context:
space:
mode:
authorWayne Davison <wayned@samba.org>2006-10-14 01:17:36 +0000
committerWayne Davison <wayned@samba.org>2006-10-14 01:17:36 +0000
commit99eba67585c79180be72ea10889ae7eec61f9034 (patch)
tree908240d43467573236ca8f82d43382b1e314dea3 /flist.c
parent5abe03d6e87fd6e66d86c6ae1cd2bc6058de0150 (diff)
downloadandroid_external_rsync-99eba67585c79180be72ea10889ae7eec61f9034.tar.gz
android_external_rsync-99eba67585c79180be72ea10889ae7eec61f9034.tar.bz2
android_external_rsync-99eba67585c79180be72ea10889ae7eec61f9034.zip
Got rid of the recent paranoid length check because it didn't help
to silence a code-checker warning.
Diffstat (limited to 'flist.c')
-rw-r--r--flist.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/flist.c b/flist.c
index 55a6499d..08a75b26 100644
--- a/flist.c
+++ b/flist.c
@@ -1228,11 +1228,8 @@ struct file_list *send_file_list(int f, int argc, char *argv[])
}
}
- if (fn != fbuf) {
- if (len >= MAXPATHLEN)
- overflow_exit("send_file_list");
+ if (fn != fbuf)
memmove(fbuf, fn, len + 1);
- }
if (implied_dirs && (p=strrchr(fbuf,'/')) && p != fbuf) {
/* Send the implied directories at the start of the