Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Mar 2005 23:57:08 +0000 (UTC)
From:      Julian Elischer <julian@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern kern_thread.c
Message-ID:  <200503252357.j2PNv9Li091291@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200503252357.j2PNv9Li091291>