From owner-cvs-all Fri Jul 23 13:10: 2 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 AE18E14C2D; Fri, 23 Jul 1999 13:09:59 -0700 (PDT) (envelope-from jmg@FreeBSD.org) Received: (from jmg@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA91250; Fri, 23 Jul 1999 13:08:29 -0700 (PDT) (envelope-from jmg@FreeBSD.org) Message-Id: <199907232008.NAA91250@freefall.freebsd.org> From: John-Mark Gurney Date: Fri, 23 Jul 1999 13:08:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net if_tun.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jmg 1999/07/23 13:08:28 PDT Modified files: sys/net if_tun.c Log: fix a problem w/ zero byte writes to the tunnel device. It would bypass the loop and not set an error, so we would then try to access an invalid mbuf... PR: 12780 Submitted by: bright@rush.net aka zb^3 a new record in length a pr was open... only about a half hour... Revision Changes Path 1.61 +1 -1 src/sys/net/if_tun.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message