On Mon, May 25, 2026 at 07:27:09PM +0100, Gavin Smith wrote: > I found a bug with the returned length of the sort key, which is very > likely responsible. The length could be too long, leading uninitialised > bytes after a terminating null to be included in the sort key. This would > explain why the test failure was hard to reproduce as it depended on > the contents of uninitialised memory. > > I fixed this in texi2any in commit 54592bff0a (today).
It was probably the issue, the CI now pass. -- Pat
