From owner-cvs-all Mon Jun 17 8:27:44 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 23B5137B442; Mon, 17 Jun 2002 08:27:38 -0700 (PDT) Received: (from fenner@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5HFQu061743; Mon, 17 Jun 2002 08:26:56 -0700 (PDT) (envelope-from fenner) Message-Id: <200206171526.g5HFQu061743@freefall.freebsd.org> From: Bill Fenner Date: Mon, 17 Jun 2002 08:26:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/tcpdump interface.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG fenner 2002/06/17 08:26:56 PDT Modified files: contrib/tcpdump interface.h Log: In TTEST2(), check to make sure the "l" argument isn't so large that "snapend - l" underflows; this fixes a buffer overflow with malformed NFS packets, and may fix other buffer overflows with malformed packets. Obtained from: tcpdump.org CVS Revision Changes Path 1.6 +11 -3 src/contrib/tcpdump/interface.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message