From: Wayne Davison Date: Thu, 22 Jan 2004 04:38:17 +0000 (+0000) Subject: - Ensure in make_file() that we can't make a name that overflows X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/882e68931246958a37c63c557d6f758356bd92d9?hp=882e68931246958a37c63c557d6f758356bd92d9 - Ensure in make_file() that we can't make a name that overflows our buffers (note that receive_file_entry() already does this). - Changed f_name_to() to not do any length checking since it is now redundant. ---