Bug in setlocale()

2002-08-01 Thread Alexander Leidinger
Hi, we have a bug in setlocale(), it writes past static char new_categories[_LC_LAST][ENCODING_LEN + 1]; in the do-while loop around line 159. I get this backtrace ---snip--- (gdb) bt #0 0x2816c9bc in kill () from /usr/lib/libc.so.4 #1 0x281af744 in abort () at /usr/src/lib/libc/../libc

Re: Bug in setlocale()

2002-08-01 Thread Andrey A. Chernov
On Thu, Aug 01, 2002 at 15:43:56 +0200, Alexander Leidinger wrote: Hi, we have a bug in setlocale(), it writes past static char new_categories[_LC_LAST][ENCODING_LEN + 1]; in the do-while loop around line 159. Thanx, fixed. -- Andrey A. Chernov http://ache.pp.ru/ To Unsubscribe: send