Fixed an infinite loop in parse_rule() when a filter rule is too
authorWayne Davison <wayned@samba.org>
Fri, 13 Oct 2006 01:22:48 +0000 (01:22 +0000)
committerWayne Davison <wayned@samba.org>
Fri, 13 Oct 2006 01:22:48 +0000 (01:22 +0000)
commit969f7ed5b798d429236c8350e417b58172293a7f
treef6b2ac11739daf1d0fc5bd554906d7bdada40ce4
parente825409a84c26bc1a0655a3eccaa6d947e59d788
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.
exclude.c