From owner-freebsd-sparc Wed Dec 11 5:44:40 2002 Delivered-To: freebsd-sparc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DF7EF37B401 for ; Wed, 11 Dec 2002 05:44:39 -0800 (PST) Received: from tts.orel.ru (tts.orel.ru [213.59.64.67]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3ECF243EB2 for ; Wed, 11 Dec 2002 05:44:38 -0800 (PST) (envelope-from bel@orel.ru) Received: from orel.ru (lg.orel.ru [195.90.189.89]) by tts.orel.ru (8.12.6/8.12.6/bel) with ESMTP id gBBDiY9N008195 for ; Wed, 11 Dec 2002 16:44:35 +0300 Message-ID: <3DF74145.2000705@orel.ru> Date: Wed, 11 Dec 2002 16:44:37 +0300 From: Andrew Belashov Organization: ORIS User-Agent: Mozilla/5.0 (X11; U; Linux i386; en-US; rv:1.2b) Gecko/20021016 X-Accept-Language: ru, en-us, en MIME-Version: 1.0 To: freebsd-sparc@freebsd.org Subject: Minor fixup in src/lib/libkvm/kvm_sparc64.c Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-sparc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Prevention of double freeing --- kvm_sparc64.c.orig Sun Oct 20 21:06:50 2002 +++ kvm_sparc64.c Wed Dec 11 16:03:33 2002 @@ -186,6 +186,7 @@ free(regs); fail_vm: free(vm); + kd->vmst = NULL; return (-1); } To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-sparc" in the body of the message