GNU bug report logs - #47264
RFE: pcre2 support

Previous Next

Package: grep;

Reported by: Jaroslav Skarvada <jskarvad <at> redhat.com>

Date: Fri, 19 Mar 2021 15:23:01 UTC

Severity: wishlist

Merged with 22345, 40395

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

Bug is archived. No further changes may be made.

Full log


Message #90 received at 47264 <at> debbugs.gnu.org (full text, mbox):

From: Paul Eggert <eggert <at> cs.ucla.edu>
To: Carlo Marcelo Arenas Belón <carenas <at> gmail.com>
Cc: Jaroslav Skarvada <jskarvad <at> redhat.com>, 47264 <at> debbugs.gnu.org
Subject: Re: bug#47264: [PATCH v2] pcre: migrate to pcre2
Date: Mon, 15 Nov 2021 15:24:41 -0800
On 11/15/21 12:49, Carlo Marcelo Arenas Belón wrote:

> Apologies, I realize it is difficult to talk about code in abstract when
> not inlined, but I think it will better addressed by "fixing" it as shown
> in the attached patch.

That patch isn't right, because the relevant code inside libpcre2 uses 
size_t, not PCRE2_SIZE and that means our hacky workaround should use 
SIZE_MAX, not PCRE2_SIZE_MAX, so that it's consistent with libpcre2's 
internals.

Of course this is all academic on all existing platforms, since IDX_MAX 
is way less than SIZE_MAX.




This bug report was last modified 3 years and 184 days ago.

Previous Next


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