From: Wayne Davison Date: Fri, 13 Oct 2006 01:22:48 +0000 (+0000) Subject: Fixed an infinite loop in parse_rule() when a filter rule is too X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/969f7ed5b798d429236c8350e417b58172293a7f?hp=969f7ed5b798d429236c8350e417b58172293a7f Fixed an infinite loop in parse_rule() when a filter rule is too longer for MAXPATHLEN. Also fixed a couple spots nearby that were erroneously treating pointer "cp" as a '\0'-terminated string. ---