Subject: CVS commit: src/regress/sys/uvm/stack_noexec
To: None <source-changes@NetBSD.org>
From: Matthias Drochner <drochner@netbsd.org>
List: source-changes
Date: 02/19/2004 16:49:43
Module Name:	src
Committed By:	drochner
Date:		Thu Feb 19 16:49:43 UTC 2004

Modified Files:
	src/regress/sys/uvm/stack_noexec: tramptest.c

Log Message:
After reading manpages, and feedback by Chuck Silvers, change this
test to expect SIGSEGV if code execution on the stack is attempted.
Also use SA_SIGINFO and check si_code for SEGV_ACCERR.


To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 src/regress/sys/uvm/stack_noexec/tramptest.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.