X-Authentication-Warning: delorie.com: mail set sender to djgpp-workers-bounces using -f Date: Thu, 30 Oct 2003 22:38:03 +0200 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: Richard Dawe Message-Id: <2914-Thu30Oct2003223802+0200-eliz@elta.co.il> X-Mailer: emacs 21.3.50 (via feedmail 8 I) and Blat ver 1.8.9 CC: djgpp-workers AT delorie DOT com In-reply-to: <3FA164AB.EC4594A8@phekda.freeserve.co.uk> (message from Richard Dawe on Thu, 30 Oct 2003 19:21:15 +0000) Subject: Re: locale fixes References: <3F9E3836 DOT 000008 DOT 02793 AT soapbox DOT yandex DOT ru> <3F9EC775 DOT 41795CD0 AT phekda DOT freeserve DOT co DOT uk> <3F9FD9C8 DOT 000003 DOT 05203 AT ariel DOT yandex DOT ru> <3FA164AB DOT EC4594A8 AT phekda DOT freeserve DOT co DOT uk> Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > Date: Thu, 30 Oct 2003 19:21:15 +0000 > From: Richard Dawe > > > I have no good idea how to check fix for the realloc() in regex. I did it > > by the visual examination of code. > > I was thinking of something like this: > > Write some regression tests for regexps. (Actually, there are already some.) > Modify realloc so that it fails randomly. Rebuild libc and test. Check that > nothing bad happens. Can functions in malldbg.c help here?