pkgsrc-Users archive

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

Re: ctype change in NetBSD 11.0 RC1 might have broken print/p5-biblatex-biber



On Sat, Feb 14, 2026 at 03:13:25PM +0100, Marc Baudoin wrote:
> I'll try to have a look next week-end, if I find the time.  I was
> hoping LIBC_ALLOWCTYPEABUSE would really restore the previous
> behavior but it looks like it's not always the case, otherwise I
> wouldn't get invalid UTF-8 in the result of
> print/p5-biblatex-biber.

The undefined behaviour triggered by these bogus calls used to be quite
random. The new code either makes it reliably segfault (the default)
or return false (which might be wrong) consistently.

There is no fix but fixing the callers.

Martin


Home | Main Index | Thread Index | Old Index