[cl-ppcre-devel] bugfix: search used bad :start2 and :end2 in scanner creation
Edi Weitz
edi at agharta.de
Fri Aug 13 21:53:06 UTC 2010
Hi Red,
Thanks for the patch. Can you provide a test case to reproduce the
sequence bound error? I suspect that the bug is actually somewhere
else - although I'm not sure.
Cheers,
Edi.
On Fri, Aug 13, 2010 at 7:42 PM, Red Daly <reddaly at gmail.com> wrote:
> A heavily compiled form of (ppcre:scan "foobar' "quux") was giving
> sequence bounds errors. I tracked it down to a call to SEARCH, which
> PPCRE passed start2 > end2 arguments.
>
> Patch included.
>
> - Red
>
> _______________________________________________
> cl-ppcre-devel site list
> cl-ppcre-devel at common-lisp.net
> http://common-lisp.net/mailman/listinfo/cl-ppcre-devel
>
More information about the Cl-ppcre-devel
mailing list