From owner-cvs-all Mon Dec 7 08:31:17 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA15091 for cvs-all-outgoing; Mon, 7 Dec 1998 08:31:17 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA15084; Mon, 7 Dec 1998 08:31:15 -0800 (PST) (envelope-from eivind@FreeBSD.org) From: Eivind Eklund Received: (from eivind@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id IAA14344; Mon, 7 Dec 1998 08:31:15 -0800 (PST) Date: Mon, 7 Dec 1998 08:31:15 -0800 (PST) Message-Id: <199812071631.IAA14344@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/net bpf_filter.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk eivind 1998/12/07 08:31:15 PST Modified files: sys/net bpf_filter.c Log: Propagate unsignedness to all variants of 'k', and reorganize the conditionals to be fully resistent against overflow in unsigned computations. Potential problem pointed out by: bde Reviewed by: bde Revision Changes Path 1.12 +38 -24 src/sys/net/bpf_filter.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message