bug-grep
[Top][All Lists]
Advanced

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

bug#17447: [PATCH] dfa: fix mismatch of exit conditions due to whether m


From: Norihiro Tanaka
Subject: bug#17447: [PATCH] dfa: fix mismatch of exit conditions due to whether multibyte flag is on or off
Date: Fri, 09 May 2014 23:18:36 +0900

When multibyte flag is on, exit condition is `p >= end'.  OTOH, when off,
it's `p > end'.  I think that the later is right, and fix the former.

Attachment: 0001-dfa-fix-mismatch-of-exit-conditions-due-to-whether-m.patch
Description: Text document


reply via email to

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