Subject: CVS commit: src/sys/kern
To: None <source-changes@NetBSD.org>
From: YAMAMOTO Takashi <yamt@netbsd.org>
List: source-changes
Date: 07/06/2004 12:23:41
Module Name: src
Committed By: yamt
Date: Tue Jul 6 12:23:41 UTC 2004
Modified Files:
src/sys/kern: kern_sa.c
Log Message:
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.51 -r1.52 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.