From owner-cvs-src@FreeBSD.ORG Thu Apr 15 12:11:35 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 26AC516A4CE; Thu, 15 Apr 2004 12:11:35 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 084D743D1F; Thu, 15 Apr 2004 12:11:35 -0700 (PDT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3FJBYGe072544; Thu, 15 Apr 2004 12:11:34 -0700 (PDT) (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3FJBYcn072540; Thu, 15 Apr 2004 12:11:34 -0700 (PDT) (envelope-from rwatson) Message-Id: <200404151911.i3FJBYcn072540@repoman.freebsd.org> From: Robert Watson Date: Thu, 15 Apr 2004 12:11:34 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/net if_ppp.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Apr 2004 19:11:35 -0000 rwatson 2004/04/15 12:11:34 PDT FreeBSD src repository Modified files: sys/net if_ppp.c Log: If IF_HANDOFF() or netisr_queue() fail, they will free the mbuf. When this happens, set (m) to NULL or we'll try to free it a second time on return. Submitted by: Pavel Gulchouck Revision Changes Path 1.96 +1 -0 src/sys/net/if_ppp.c