From owner-cvs-all Fri Jul 23 19:53:57 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 1011515066; Fri, 23 Jul 1999 19:53:55 -0700 (PDT) (envelope-from brian@FreeBSD.org) Received: (from brian@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA13162; Fri, 23 Jul 1999 19:53:41 -0700 (PDT) (envelope-from brian@FreeBSD.org) Message-Id: <199907240253.TAA13162@freefall.freebsd.org> From: Brian Somers Date: Fri, 23 Jul 1999 19:53:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ppp alias_cmd.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk brian 1999/07/23 19:53:40 PDT Modified files: usr.sbin/ppp alias_cmd.c Log: When we fetch previously retrieved IP fragments from the alias tables, copy them correctly back into our mbuf rather giving a bzero'd count to memcpy() and ending up with a 0 byte fragment. The old code resulted in a 0 byte write to the tun device which tickled a bug that resulted in a panic :-( Revision Changes Path 1.28 +5 -4 src/usr.sbin/ppp/alias_cmd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message