[cl-ppcre-devel] bugfix: search used bad :start2 and :end2 in scanner creation

Red Daly reddaly at gmail.com
Fri Aug 13 17:42:26 UTC 2010


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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: ppcre-search-bugfix.patch
Type: text/x-patch
Size: 2308 bytes
Desc: not available
URL: <https://mailman.common-lisp.net/pipermail/cl-ppcre-devel/attachments/20100813/1f1c60ce/attachment.bin>


More information about the Cl-ppcre-devel mailing list