From owner-cvs-all Sun Jul 4 1: 7:39 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1AF0C14C0C; Sun, 4 Jul 1999 01:07:38 -0700 (PDT) (envelope-from bde@FreeBSD.org) Received: (from bde@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA99129; Sun, 4 Jul 1999 01:07:38 -0700 (PDT) (envelope-from bde@FreeBSD.org) Message-Id: <199907040807.BAA99129@freefall.freebsd.org> From: Bruce Evans Date: Sun, 4 Jul 1999 01:07:37 -0700 (PDT) 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 bde 1999/07/04 01:07:37 PDT Modified files: sys/net bpf_filter.c Log: Quick fix for breakage of bounds checking in rev.1.12. Only one of the additional checks in rev.1.12 was wrong. The others are a bit inconsistent and are probably unnecessarily pessimal. Checking for overflow of addition, if necessary at all, should be done in bpf_validate(). PR: 12484 Revision Changes Path 1.14 +2 -2 src/sys/net/bpf_filter.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message