Date: Sun, 4 Jul 1999 01:07:37 -0700 (PDT) From: Bruce Evans <bde@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net bpf_filter.c Message-ID: <199907040807.BAA99129@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199907040807.BAA99129>