cvs commit: src/sys/kern kern_exit.c

David Xu davidxu at FreeBSD.org
Tue Oct 24 12:05:26 UTC 2006


davidxu     2006-10-24 12:04:21 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             kern_exit.c 
  Log:
  Protect sigqueue_take() call by child process's lock, it fixed a
  potential race with ptrace 'attach' which changes parent of the
  child process.
  
  Revision  Changes    Path
  1.293     +2 -2      src/sys/kern/kern_exit.c


More information about the cvs-all mailing list