Date: Thu, 15 Apr 2004 12:11:34 -0700 (PDT) From: Robert Watson <rwatson@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net if_ppp.c Message-ID: <200404151911.i3FJBYcn072540@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <gul@gul.kiev.ua> Revision Changes Path 1.96 +1 -0 src/sys/net/if_ppp.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200404151911.i3FJBYcn072540>