From owner-cvs-all Sun May 26 10:17:31 2002 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 68A1237B405; Sun, 26 May 2002 10:17:25 -0700 (PDT) Received: (from phk@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4QHHPY76427; Sun, 26 May 2002 10:17:25 -0700 (PDT) (envelope-from phk) Message-Id: <200205261717.g4QHHPY76427@freefall.freebsd.org> From: Poul-Henning Kamp Date: Sun, 26 May 2002 10:17:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/geom geom_event.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG phk 2002/05/26 10:17:25 PDT Modified files: sys/geom geom_event.c Log: Only clear the spoiled flag if the class had no spoiled method, the spoiled method may have deallocated the consumer already and modifying free()'ed memory is bad style. Sponsored by: DARPA & NAI Labs. Revision Changes Path 1.8 +2 -1 src/sys/geom/geom_event.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message