From owner-cvs-all Mon Jan 21 18:40:45 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 D448937B405; Mon, 21 Jan 2002 18:40:39 -0800 (PST) Received: (from gallatin@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g0M2edV96242; Mon, 21 Jan 2002 18:40:39 -0800 (PST) (envelope-from gallatin) Message-Id: <200201220240.g0M2edV96242@freefall.freebsd.org> From: Andrew Gallatin Date: Mon, 21 Jan 2002 18:40:39 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/alpha machdep.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 gallatin 2002/01/21 18:40:39 PST Modified files: sys/alpha/alpha machdep.c Log: Don't read the sigcontext pointer directly from userspace. If the process is swapped out, this can cause a system panic. Copy it in, instead tested by: Bernd Walter Revision Changes Path 1.159 +14 -6 src/sys/alpha/alpha/machdep.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message