From owner-freebsd-current@FreeBSD.ORG Fri Oct 1 14:11:48 2010 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6A590106566C for ; Fri, 1 Oct 2010 14:11:48 +0000 (UTC) (envelope-from ache@nagual.pp.ru) Received: from nagual.pp.ru (nagual.pp.ru [194.87.13.69]) by mx1.freebsd.org (Postfix) with ESMTP id DBB0C8FC15 for ; Fri, 1 Oct 2010 14:11:47 +0000 (UTC) Received: from nagual.pp.ru (dev-null@localhost [127.0.0.1]) by nagual.pp.ru (8.14.4/8.14.4) with ESMTP id o91DxG5D089948 for ; Fri, 1 Oct 2010 17:59:16 +0400 (MSD) (envelope-from ache@nagual.pp.ru) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=nagual.pp.ru; s=default; t=1285941556; bh=28pVqdfKP2ci/Ujk+3MEH+FaFb7WZTubqway2MQAN2E=; l=248; h=Date:From:To:Subject:Message-ID:MIME-Version:Content-Type; b=eRfSHcleaJx8erwpzOljdT2LJJNl4dow7gZskS+Kq3oCmQEhPGmu9dVYg4T+MwU6v LIwUHlkM231laKr/UllRha7BdPQRGbfC14RVcPDfu5q0bntj3ZgIZ3bs3vR/7aImdW YVjWSHfm2VBYYZtylsJ8z7NZ9hZqCIlURl4nNlvI= Received: (from ache@localhost) by nagual.pp.ru (8.14.4/8.14.4/Submit) id o91DxFLj089947 for current@freebsd.org; Fri, 1 Oct 2010 17:59:16 +0400 (MSD) (envelope-from ache) Date: Fri, 1 Oct 2010 17:59:15 +0400 From: Andrey Chernov To: current@freebsd.org Message-ID: <20101001135914.GA89850@nagual.pp.ru> Mail-Followup-To: Andrey Chernov , current@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) Cc: Subject: ping6 cause kernel panic in nd6_output_lle() X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Oct 2010 14:11:48 -0000 Pinging nonexistent IPv6 adress withing the same prefixlen 64 (i.e. nonexistent neighbor) immediately cause kernel panic in nd6_output_lle() See http://img837.imageshack.us/img837/7496/01102010f.jpg Please fix. -- http://ache.pp.ru/