]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
- KSE may free a thread that was never actually forked. This will leave
authorjeff <jeff@FreeBSD.org>
Wed, 12 Mar 2008 05:01:14 +0000 (05:01 +0000)
committerjeff <jeff@FreeBSD.org>
Wed, 12 Mar 2008 05:01:14 +0000 (05:01 +0000)
commite30139dff5b92abb4d81b61ed5003c803b4b72ad
tree342401e37df100966bf0c5dfb2f162bf1c44fd66
parent84e4492c0b7972744b0b215a731c3cf8da95cc20
 - KSE may free a thread that was never actually forked.  This will leave
   td_cpuset NULL.  Check for this condition before dereferencing the
   cpuset.

Reported by: david@catwhisker.org, miwi@freebsd.org
Sponsored by: Nokia
sys/kern/kern_thread.c