bug-grep
[Top][All Lists]
Advanced

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

bug#47264: [PATCH v2] pcre: migrate to pcre2


From: Paul Eggert
Subject: bug#47264: [PATCH v2] pcre: migrate to pcre2
Date: Mon, 15 Nov 2021 15:24:41 -0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.3.0

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.





reply via email to

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