From: Wayne Davison Date: Tue, 3 Mar 2009 16:43:17 +0000 (-0800) Subject: Improved the unsafe_symlink() code to not get fooled by extra '/' chars X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/b4d30300b9cf6cdb77a95bd2018c7152f06ec94b?hp=b4d30300b9cf6cdb77a95bd2018c7152f06ec94b Improved the unsafe_symlink() code to not get fooled by extra '/' chars in the symlink's path. Added test cases. This fixes bug #6151. ---