cvs commit: src/sys/kern kern_thread.c
Julian Elischer
julian at FreeBSD.org
Fri Mar 25 15:57:09 PST 2005
julian 2005-03-25 23:57:08 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_5)
sys/kern kern_thread.c
Log:
MFC: free the pointer pointed to the "spare" thread and not the one
pointed to by "us". This isnot really a problem in practice because
it nearly always points to the same cred but it could have caused a problem
in the future.
Approved by: re (ken)
Revision Changes Path
1.193.2.12 +4 -2 src/sys/kern/kern_thread.c
More information about the cvs-src
mailing list