From owner-freebsd-security Wed Jun 26 17:21: 1 2002 Delivered-To: freebsd-security@freebsd.org Received: from maile.telia.com (maile.telia.com [194.22.190.16]) by hub.freebsd.org (Postfix) with ESMTP id 0B4F137BE90 for ; Wed, 26 Jun 2002 16:21:54 -0700 (PDT) Received: from d1o913.telia.com (d1o913.telia.com [195.252.44.241]) by maile.telia.com (8.11.6/8.11.6) with ESMTP id g5QNLqC25329 for ; Thu, 27 Jun 2002 01:21:52 +0200 (CEST) Received: from falcon.midgard.homeip.net (h53n2fls20o913.telia.com [212.181.163.53]) by d1o913.telia.com (8.8.8/8.8.8) with SMTP id BAA18105 for ; Thu, 27 Jun 2002 01:21:51 +0200 (CEST) Received: (qmail 2092 invoked by uid 1001); 26 Jun 2002 23:21:50 -0000 Date: Thu, 27 Jun 2002 01:21:50 +0200 From: Erik Trulsson To: Brian Behlendorf Cc: freebsd-security@freebsd.org Subject: Re: FreeBSD Security Advisory FreeBSD-SA-02:28.resolv Message-ID: <20020626232150.GA2052@falcon.midgard.homeip.net> Mail-Followup-To: Brian Behlendorf , freebsd-security@freebsd.org References: <20020626152851.Q310-100000@yez.hyperreal.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020626152851.Q310-100000@yez.hyperreal.org> User-Agent: Mutt/1.5.1i Sender: owner-freebsd-security@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Wed, Jun 26, 2002 at 03:29:45PM -0700, Brian Behlendorf wrote: > On Wed, 26 Jun 2002, Robert Watson wrote: > > You will catch most applications simply by rebuilding libc and > > reinstalling. Unfortunately, some applications are statically linked, and > > they must be individually relinked against the new libc and reinstalled. > > Sorry for the newbie question here, but is there a way to programmatically > determine which binaries on a system static-linked libc? I tried "nm" but > that needs non-stripped executables... file(1) should do the trick. Normally everything in /bin and /sbin is statically linked while executables in /usr/bin and /usr/sbin are dynamically linked. Most executables from ports are also dynamically linked. -- Erik Trulsson ertr1013@student.uu.se To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-security" in the body of the message