Subject: CVS commit: [newlock2] src/sys
To: None <source-changes@NetBSD.org>
From: YAMAMOTO Takashi <yamt@netbsd.org>
List: source-changes
Date: 01/19/2007 00:38:00
Module Name: src
Committed By: yamt
Date: Fri Jan 19 00:38:00 UTC 2007
Modified Files:
src/sys/kern [newlock2]: kern_timeout.c
src/sys/sys [newlock2]: callout.h cpu_data.h
Log Message:
fix a modify-after-free problem in softclock().
a callout handler can free the callout.
To generate a diff of this commit:
cvs rdiff -r1.17.20.3 -r1.17.20.4 src/sys/kern/kern_timeout.c
cvs rdiff -r1.22.20.3 -r1.22.20.4 src/sys/sys/callout.h
cvs rdiff -r1.6.2.4 -r1.6.2.5 src/sys/sys/cpu_data.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.