bug-grep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#17070: [PATCH] grep: optimization of DFA by reuse of multi-byte buff


From: Norihiro Tanaka
Subject: bug#17070: [PATCH] grep: optimization of DFA by reuse of multi-byte buffers in non-UTF8 locales
Date: Sat, 29 Mar 2014 02:34:59 +0900

I rebased this patch, and add a bug fix to it.

If `elems' of `follows' is re-allocated in transit_state(), It may cause
a segfault.  So, I changed so that don't copy d->mb_follows to `follows'
variable.

Attachment: patch.txt
Description: Text document


reply via email to

[Prev in Thread] Current Thread [Next in Thread]