From owner-freebsd-bugs Mon Jun 25 18:30: 5 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1C33F37B406 for ; Mon, 25 Jun 2001 18:30:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f5Q1U3P83284; Mon, 25 Jun 2001 18:30:03 -0700 (PDT) (envelope-from gnats) Date: Mon, 25 Jun 2001 18:30:03 -0700 (PDT) Message-Id: <200106260130.f5Q1U3P83284@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Phil Homewood Subject: Re: kern/28164: [PATCH] crashdump can trash disklabel/other partitions Reply-To: Phil Homewood Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR kern/28164; it has been noted by GNATS. From: Phil Homewood To: Bruce Evans Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: kern/28164: [PATCH] crashdump can trash disklabel/other partitions Date: Tue, 26 Jun 2001 11:25:37 +1000 Bruce Evans wrote: > Untested incomplete fixes (the boot block area should also be protected...): This works for me, with the following additional patch, and makes much more sense than my effort. :-) --- sys/kern/kern_shutdown.c.orig Tue Jun 26 09:50:40 2001 +++ sys/kern/kern_shutdown.c Tue Jun 26 09:51:04 2001 @@ -59,6 +59,7 @@ #include #include #include +#include #include #include To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message