Apparent memory leak from call to switch_to_global_locale

2023-11-18 Thread Gavin Smith
valgrind was reporting a memory leak in texi2any, like: ==3404772== 364 bytes in 1 blocks are definitely lost in loss record 128 of 151 ==3404772==at 0x4848899: malloc (in /usr/libexec/valgrind/vgpreload_memcheck-amd64-linux.so) ==3404772==by 0x498D11F: newlocale (newlocale.c:199)

Re: c32width gives incorrect return values in C locale

2023-11-18 Thread Gavin Smith
On Wed, Nov 15, 2023 at 09:42:21AM +0100, Patrice Dumas wrote: > On Wed, Nov 15, 2023 at 12:22:24AM -0800, Paul Eggert wrote: > > On 2023-11-13 01:28, Patrice Dumas wrote: > > > According to your mail > > > https://lists.gnu.org/archive/html/bug-libunistring/2023-11/msg0.html > > > > > >

Re: c32width gives incorrect return values in C locale

2023-11-18 Thread Patrice Dumas
On Sun, Nov 19, 2023 at 12:26:02AM +0100, Patrice Dumas wrote: > On Sat, Nov 18, 2023 at 09:10:09PM +, Gavin Smith wrote: > > On Wed, Nov 15, 2023 at 09:42:21AM +0100, Patrice Dumas wrote: > > > On Wed, Nov 15, 2023 at 12:22:24AM -0800, Paul Eggert wrote: > > > > On 2023-11-13 01:28, Patrice

Re: c32width gives incorrect return values in C locale

2023-11-18 Thread Patrice Dumas
On Sat, Nov 18, 2023 at 09:10:09PM +, Gavin Smith wrote: > On Wed, Nov 15, 2023 at 09:42:21AM +0100, Patrice Dumas wrote: > > On Wed, Nov 15, 2023 at 12:22:24AM -0800, Paul Eggert wrote: > > > On 2023-11-13 01:28, Patrice Dumas wrote: > > > > According to your mail > > > >