Aidan Kehoe writes:
> In local testing, I can reproduce your bug; and it seems that Stephen’s
> patch of http://mid.gmane.org/87hcixwkh4.fsf@uwakimon.sk.tsukuba.ac.jp ,
> which he has yet to commit, eliminates it. We’d love confirmation of this
> from you; despite Stephen’s ‘do not apply this patch’ in his message, the
> change is easy to apply.
Now that I've got a test that reproduces, I'll apply it tomorrow.
Note that the reason for third parties not to apply is that I intend
to make a whitespace change, and their CVS checkouts will have
conflicts due to that since the posted patch ignores whitespace.
However, there may very well be another bug lurking, as the backtrace
I was looking at was in a function that a pure ASCII search pattern
should never reach. (If somebody cares to look, the function is
search.c, simple_search(); if only ASCII is in use, boyer_moore()
should always be used instead.)
|