cvs commit: src/sys/kern kern_thread.c

Jeff Roberson jeff at FreeBSD.org
Wed Mar 12 05:01:15 UTC 2008


jeff        2008-03-12 05:01:14 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             kern_thread.c 
  Log:
   - 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 at catwhisker.org, miwi at freebsd.org
  Sponsored by:   Nokia
  
  Revision  Changes    Path
  1.267     +5 -0      src/sys/kern/kern_thread.c


More information about the cvs-all mailing list