From owner-cvs-src@FreeBSD.ORG Thu Sep 8 14:28:48 2005 Return-Path: X-Original-To: cvs-src@freebsd.org 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 EF84F16A41F; Thu, 8 Sep 2005 14:28:48 +0000 (GMT) (envelope-from marius@newtrinity.zeist.de) Received: from newtrinity.zeist.de (newtrinity.zeist.de [217.24.217.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5B2B143D48; Thu, 8 Sep 2005 14:28:47 +0000 (GMT) (envelope-from marius@newtrinity.zeist.de) Received: from newtrinity.zeist.de (localhost [127.0.0.1]) by newtrinity.zeist.de (8.12.11/8.12.11/ZEIST.DE) with ESMTP id j88ESkJS079501; Thu, 8 Sep 2005 16:28:46 +0200 (CEST) (envelope-from marius@newtrinity.zeist.de) Received: (from marius@localhost) by newtrinity.zeist.de (8.12.11/8.12.10/Submit) id j88ESfsh079500; Thu, 8 Sep 2005 16:28:41 +0200 (CEST) (envelope-from marius) Date: Thu, 8 Sep 2005 16:28:41 +0200 From: Marius Strobl To: Ken Smith Message-ID: <20050908162841.D94166@newtrinity.zeist.de> References: <200509081350.j88DoG5s039090@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <200509081350.j88DoG5s039090@repoman.freebsd.org>; from kensmith@freebsd.org on Thu, Sep 08, 2005 at 01:50:16PM +0000 X-AntiVirus: checked by AntiVir Milter (version: 1.1.0-7; AVE: 6.31.1.0; VDF: 6.31.1.220; host: newtrinity.zeist.de) Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/dev/hme if_hme.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 08 Sep 2005 14:28:49 -0000 On Thu, Sep 08, 2005 at 01:50:16PM +0000, Ken Smith wrote: > kensmith 2005-09-08 13:50:16 UTC > > FreeBSD src repository > > Modified files: > sys/dev/hme if_hme.c > Log: > Move hme_stop() after ether_ifdetach() and if_free() to prevent a ^^^^^ actually before... > memory-referenced-after-free panic if the hme interface fails to > attach. > Marius