Don't copy URLs before passing them to the regex matcher.
commit16528f606e7c883786843517ca51f2b517972170
authorJuliusz Chroboczek <jch@pps.jussieu.fr>
Fri, 29 Jan 2010 07:15:15 +0000 (29 08:15 +0100)
committerChristopher Davis <chrisd@mangrin.org>
Fri, 29 Jan 2010 07:23:56 +0000 (28 23:23 -0800)
treed63db04fdbb5d5b68c2e48db1e4f14687a6247e0
parentc199db80d2f901880b35e88176d6884f3b665dfa
Don't copy URLs before passing them to the regex matcher.

URLs passed to urlIsMatched come either from an atom or an object key.
In both cases, they are NUL-terminated, so there's no need to copy them.
forbidden.c