bug-grep
[Top][All Lists]
Advanced

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

bug#18580: [PATCH] dfa: check end of an input buffer after a transition


From: Norihiro Tanaka
Subject: bug#18580: [PATCH] dfa: check end of an input buffer after a transition in non-UTF8 multibyte locales
Date: Thu, 02 Oct 2014 00:15:44 +0900

I haven't found a clear test case yet.  However, I found another bug
while the investigation.  We also reproduce it on grep-2.19 and grep-2.20,
but it can be fixed by the patch for this bug.

  $ printf 'a\naa\n' | env LC_ALL=zh_CN src/grep ..
  a
  aa

I added a test case and changed the title for the previous patch.

Attachment: 0001-dfa-fix-behavior-after-a-transition-for-ANYCHAR-or-M.patch
Description: Text document


reply via email to

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