Received: by mail.netbsd.org (Postfix, from userid 605) id 1035919D653; Sun, 5 Dec 2010 22:40:58 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 9329019D63E for ; Sun, 5 Dec 2010 22:40:56 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 84B16175DD; Sun, 5 Dec 2010 22:40:56 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Sun, 5 Dec 2010 22:40:56 +0000 From: "matthew green" Subject: CVS commit: src/sys/net To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20101205224056.84B16175DD@cvs.netbsd.org> Sender: source-changes-owner@NetBSD.org List-Id: source-changes.NetBSD.org Precedence: bulk Reply-To: source-changes-d@NetBSD.org Mail-Reply-To: "matthew green" Mail-Followup-To: source-changes-d@NetBSD.org Module Name: src Committed By: mrg Date: Sun Dec 5 22:40:56 UTC 2010 Modified Files: src/sys/net: bpf_filter.c Log Message: revert another part of bpf_filter 1.38 that broke the check for divide by zero while validating the bpf program. originally spotted by skrll@, and broke atf the month-old atf test for this exact problem: net_bpf_t_div-by-zero_div_by_zero. To generate a diff of this commit: cvs rdiff -u -r1.40 -r1.41 src/sys/net/bpf_filter.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.