Subject: CVS commit: [netbsd-2-0] src/sys/kern
To: None <source-changes@NetBSD.org>
From: Matthias Scheler <tron@netbsd.org>
List: source-changes
Date: 07/10/2004 13:54:25
Module Name:	src
Committed By:	tron
Date:		Sat Jul 10 13:54:25 UTC 2004

Modified Files:
	src/sys/kern [netbsd-2-0]: kern_sa.c

Log Message:
Pull up revision 1.52 (requested by yamt in ticket #635):
sa_release: NULL out l_savp to avoid having a stale reference to per-vp data.
it matters when an application using SA does exec() an application which also
uses SA.  (firefox 0.9 seems to do this.)


To generate a diff of this commit:
cvs rdiff -r1.50 -r1.50.2.1 src/sys/kern/kern_sa.c

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