From owner-cvs-all Fri Oct 1 0:22:53 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id AC4BA15109; Fri, 1 Oct 1999 00:22:51 -0700 (PDT) (envelope-from marcel@FreeBSD.org) Received: (from marcel@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA80269; Fri, 1 Oct 1999 00:22:51 -0700 (PDT) (envelope-from marcel@FreeBSD.org) Message-Id: <199910010722.AAA80269@freefall.freebsd.org> From: Marcel Moolenaar Date: Fri, 1 Oct 1999 00:22:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 machdep.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk marcel 1999/10/01 00:22:51 PDT Modified files: sys/i386/i386 machdep.c Log: Don't check %cs *after* it has being set in sigreturn. If the check fails, applications could end up running in kernel mode (oops). Submitted by: bde Revision Changes Path 1.363 +7 -6 src/sys/i386/i386/machdep.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message