From owner-freebsd-net@FreeBSD.ORG Wed Nov 12 18:06:12 2003 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A608316A4CF for ; Wed, 12 Nov 2003 18:06:12 -0800 (PST) Received: from jchurch.neville-neil.com (jchurch.neville-neil.com [209.157.133.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id A3C8243FAF for ; Wed, 12 Nov 2003 18:06:11 -0800 (PST) (envelope-from gnn@neville-neil.com) Received: from jchurch.neville-neil.com.neville-neil.com (localhost [127.0.0.1])hAD26ACm025887 for ; Wed, 12 Nov 2003 18:06:10 -0800 (PST) (envelope-from gnn@neville-neil.com) Date: Wed, 12 Nov 2003 18:06:10 -0800 Message-ID: <87r80dqay5.wl@jchurch.neville-neil.com.neville-neil.com> From: "George V. Neville-Neil" To: freebsd-net@freebsd.org User-Agent: Wanderlust/2.10.0 (Venus) SEMI/1.14.4 (Hosorogi) FLIM/1.14.4 (=?ISO-8859-4?Q?Kashiharajing=FE-mae?=) APEL/10.4 Emacs/21.2 (i386--freebsd) MULE/5.0 (SAKAKI) MIME-Version: 1.0 (generated by SEMI 1.14.4 - "Hosorogi") Content-Type: text/plain; charset=US-ASCII Subject: Is this a 64 bit bug? X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Nov 2003 02:06:12 -0000 Hi Folks, While wandering through -CURRENT last night I found that icmp_error() passes the destination address as a plain n_long. Won't this cause problems on 64 bit architectures? Shouldn't this be a sockaddr of some flavor? Thanks, George