bug#62769: pcre: correct overpessimistic error checking of pcre2_jit_compile()

2023-04-11 Thread Carlo Arenas
The original code was done in a way that would be useful during porting, but that would hinder future work unnecessarily. Carlo 0001-pcre-correct-overpessimistic-error-checking-of-pcre2.patch Description: Binary data

bug#62769: pcre: correct overpessimistic error checking of pcre2_jit_compile()

2023-04-11 Thread Paul Eggert
On 4/10/23 23:47, Carlo Arenas wrote: The original code was done in a way that would be useful during porting, but that would hinder future work unnecessarily. Thanks, but wouldn't the attached patch be better? If I understand you correctly, we can simply ignore pcre2_jit_compile failure as