Date: Wed, 5 Feb 1997 12:05:13 +0100 (MET) From: Guido.vanRooij@nl.cis.philips.com (Guido van Rooij) To: joerg_wunsch@uriah.heep.sax.de Cc: jgreco@solaria.sol.net, core@freebsd.org, security@freebsd.org Subject: Re: 2.1.6+++: crt0.c CRITICAL CHANGE Message-ID: <199702051105.MAA21662@bsd.lss.cp.philips.com> In-Reply-To: <Mutt.19970204224228.j@uriah.heep.sax.de> from J Wunsch at "Feb 4, 97 10:42:28 pm"
next in thread | previous in thread | raw e-mail | index | archive | help
J Wunsch wrote: > As Joe Greco wrote: > > > The following lines were removed: > > > > #include <locale.h> > > > > extern void _startup_setlocale __P((int, const char *)); > > > > if (getenv("ENABLE_STARTUP_LOCALE") != NULL) > > _startup_setlocale(LC_ALL, ""); > > I thought this has been removed long ago. > > Go for it. It has been found to be a poor concept anyway. Yiou can use the lfix program to do so. It was posted by a Russian guy, who's name I forgot. I added a fix so it can actually do the complete filesystem in one sweep. Basically it patches the binary to replace the above call by nop's. -Guido
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199702051105.MAA21662>