From owner-freebsd-current Thu Mar 23 11:15:44 2000 Delivered-To: freebsd-current@freebsd.org Received: from apollo.backplane.com (apollo.backplane.com [216.240.41.2]) by hub.freebsd.org (Postfix) with ESMTP id 33C4937C575 for ; Thu, 23 Mar 2000 11:15:36 -0800 (PST) (envelope-from dillon@apollo.backplane.com) Received: (from dillon@localhost) by apollo.backplane.com (8.9.3/8.9.1) id LAA03210; Thu, 23 Mar 2000 11:15:27 -0800 (PST) (envelope-from dillon) Date: Thu, 23 Mar 2000 11:15:27 -0800 (PST) From: Matthew Dillon Message-Id: <200003231915.LAA03210@apollo.backplane.com> To: Yoshinobu Inoue Cc: imp@village.org, ilmar@ints.ru, nms@otdel-1.org, freebsd-current@FreeBSD.ORG Subject: Re: -current sudden panics :( References: <200003222201.PAA33948@harmony.village.org> <20000323105025W.shin@nd.net.fujitsu.co.jp> Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This problem should now be fixed, it's probably the problem I just fixed a moment ago in netinet/if_ether.c based on a thread in -hackers. The m_pullup() NULL check in arpintr() was broken, resulting in a NULL pointer dereference. -Matt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message