From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3240 invoked by alias); 9 Dec 2002 21:45:27 -0000 Mailing-List: contact libc-hacker-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-hacker-owner@sources.redhat.com Received: (qmail 3223 invoked from network); 9 Dec 2002 21:45:25 -0000 Received: from unknown (HELO gateway.sf.frob.com) (64.160.55.155) by sources.redhat.com with SMTP; 9 Dec 2002 21:45:25 -0000 Received: from magilla.sf.frob.com (magilla.sf.frob.com [198.49.250.228]) by gateway.sf.frob.com (Postfix) with ESMTP id C146B36DE; Mon, 9 Dec 2002 13:45:24 -0800 (PST) Received: (from roland@localhost) by magilla.sf.frob.com (8.11.6/8.11.6) id gB9LjO607813; Mon, 9 Dec 2002 13:45:24 -0800 Date: Mon, 09 Dec 2002 13:45:00 -0000 Message-Id: <200212092145.gB9LjO607813@magilla.sf.frob.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit From: Roland McGrath To: Ulrich Drepper Cc: Jakub Jelinek , Glibc hackers Subject: Re: [PATCH] Make LD_ASSUME_KERNEL working even for static binaries In-Reply-To: Ulrich Drepper's message of Monday, 9 December 2002 13:43:57 -0800 <3DF50E9D.5020806@redhat.com> X-Shopping-List: (1) Facetious indignant log turkeys (2) Presidential expectorants (3) Hot pink abrasion retentives (4) Auspicious big circumlocutions X-SW-Source: 2002-12/txt/msg00015.txt.bz2 > I don't think it is necessary to use __secure_getenv. It doesn't let > the user directly make decisions about what DSO is used. And if the > DSOs with support are vulnerable to something the new DSOs are not there > are other ways to get to this. Ok, that makes sense.