GNU bug report logs - #17447
[PATCH] dfa: fix mismatch of exit conditions due to whether multibyte flag is on or off

Previous Next

Package: grep;

Reported by: Norihiro Tanaka <noritnk <at> kcn.ne.jp>

Date: Fri, 9 May 2014 14:20:02 UTC

Severity: normal

Tags: patch

Done: Paul Eggert <eggert <at> cs.ucla.edu>

Bug is archived. No further changes may be made.

Full log


Message #10 received at 17447-done <at> debbugs.gnu.org (full text, mbox):

From: Paul Eggert <eggert <at> cs.ucla.edu>
To: Norihiro Tanaka <noritnk <at> kcn.ne.jp>, 17447-done <at> debbugs.gnu.org
Subject: Re: bug#17447: [PATCH] dfa: fix mismatch of exit conditions due to
 whether multibyte flag is on or off
Date: Fri, 09 May 2014 12:43:57 -0700
Norihiro Tanaka wrote:
> 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.

Thanks, I installed that.





This bug report was last modified 11 years and 74 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.