Subject: CVS commit: [nathanw_sa] src/lib/libpthread
To: None <source-changes@netbsd.org>
From: Nathan J Williams <nathanw@netbsd.org>
List: source-changes
Date: 01/14/2003 04:42:05
Module Name: src
Committed By: nathanw
Date: Tue Jan 14 02:42:04 UTC 2003
Modified Files:
src/lib/libpthread [nathanw_sa]: pthread_sig.c
Log Message:
Subtract off STACKSPACE *before* using space on the victim's
stack. Overwriting the contents of STACKSPACE with a signal mask has
bad side effects.
To generate a diff of this commit:
cvs rdiff -r1.1.2.26 -r1.1.2.27 src/lib/libpthread/pthread_sig.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.