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


View this message in rfc822 format

From: Norihiro Tanaka <noritnk <at> kcn.ne.jp>
To: 17447 <at> debbugs.gnu.org
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
[Message part 1 (text/plain, inline)]
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.
[0001-dfa-fix-mismatch-of-exit-conditions-due-to-whether-m.patch (text/plain, attachment)]

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.