From owner-cvs-all Wed Oct 11 13:29:16 2000 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 331F437B503; Wed, 11 Oct 2000 13:29:13 -0700 (PDT) Received: (from archie@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA26088; Wed, 11 Oct 2000 13:29:13 -0700 (PDT) (envelope-from archie@FreeBSD.org) Message-Id: <200010112029.NAA26088@freefall.freebsd.org> From: Archie Cobbs Date: Wed, 11 Oct 2000 13:29:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netgraph ng_pptpgre.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG archie 2000/10/11 13:29:12 PDT Modified files: sys/netgraph ng_pptpgre.c Log: Calling untimeout(9) leads to a race window where memory could be leaked. Close this window by simply not calling untimeout(9). Revision Changes Path 1.12 +6 -22 src/sys/netgraph/ng_pptpgre.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message