From owner-freebsd-security Wed Jun 26 17:23:55 2002 Delivered-To: freebsd-security@freebsd.org Received: from khavrinen.lcs.mit.edu (khavrinen.lcs.mit.edu [18.24.4.193]) by hub.freebsd.org (Postfix) with ESMTP id BCFC337BE9B for ; Wed, 26 Jun 2002 16:22:41 -0700 (PDT) Received: from khavrinen.lcs.mit.edu (localhost [IPv6:::1]) by khavrinen.lcs.mit.edu (8.12.3/8.12.3) with ESMTP id g5QNMeDK026778; Wed, 26 Jun 2002 19:22:40 -0400 (EDT) (envelope-from wollman@khavrinen.lcs.mit.edu) Received: (from wollman@localhost) by khavrinen.lcs.mit.edu (8.12.3/8.12.3/Submit) id g5QNMeAI026775; Wed, 26 Jun 2002 19:22:40 -0400 (EDT) (envelope-from wollman) Date: Wed, 26 Jun 2002 19:22:40 -0400 (EDT) From: Garrett Wollman Message-Id: <200206262322.g5QNMeAI026775@khavrinen.lcs.mit.edu> To: Brian Behlendorf Cc: freebsd-security@FreeBSD.ORG Subject: Re: FreeBSD Security Advisory FreeBSD-SA-02:28.resolv In-Reply-To: <20020626152851.Q310-100000@yez.hyperreal.org> References: <20020626152851.Q310-100000@yez.hyperreal.org> 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 < said: > 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... Yes for -current, likely not for older systems. In -current, something like: $ ident /sbin/ping | fgrep dns $FreeBSD: src/lib/libc/net/gethostbydns.c,v 1.32 2002/03/22 21:52:28 obrien Exp $ ...tells me that I need to update my `ping' binary. These identification strings are not in the -stable resolver library. -GAWollman To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-security" in the body of the message