From owner-cvs-lib Wed Feb 5 04:04:54 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id EAA09650 for cvs-lib-outgoing; Wed, 5 Feb 1997 04:04:54 -0800 (PST) Received: (from davidg@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id EAA09642; Wed, 5 Feb 1997 04:04:48 -0800 (PST) Date: Wed, 5 Feb 1997 04:04:48 -0800 (PST) From: David Greenman Message-Id: <199702051204.EAA09642@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-lib Subject: cvs commit: src/lib/csu/i386 crt0.c Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk davidg 97/02/05 04:04:47 Branch: lib/csu/i386 RELENG_2_1_0 Modified: lib/csu/i386 crt0.c Log: Killed call to getenv for ENABLE_STARTUP_LOCALE and call to _startup_setlocale() per recent security hole bug report by Thomas H. Ptacek . The bug was also fixed at a lower level in libc. hole Revision Changes Path 1.16.4.5 +1 -6 src/lib/csu/i386/crt0.c