From owner-cvs-gnu Tue Oct 1 09:09:51 1996 Return-Path: owner-cvs-gnu Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id JAA26855 for cvs-gnu-outgoing; Tue, 1 Oct 1996 09:09:51 -0700 (PDT) Received: (from nate@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id JAA26832; Tue, 1 Oct 1996 09:09:27 -0700 (PDT) Date: Tue, 1 Oct 1996 09:09:27 -0700 (PDT) From: Nate Williams Message-Id: <199610011609.JAA26832@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-gnu Subject: cvs commit: src/gnu/usr.bin/ld/rtld rtld.c Sender: owner-cvs-gnu@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk nate 96/10/01 09:09:26 Modified: gnu/usr.bin/ld/rtld rtld.c Log: There's no need to 'unsetenv()' unsafe environment variables explicitly since rt_readenv() already takes care of not setting unsafe variables. This was part of the changes I submitted to Peter and John during the review which must have gotten missed. Revision Changes Path 1.37 +1 -6 src/gnu/usr.bin/ld/rtld/rtld.c