Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Mar 2003 03:10:04 -0800 (PST)
From:      "Tim J. Robbins" <tjr@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern kern_exit.c
Message-ID:  <200303121110.h2CBA45g068065@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
tjr         2003/03/12 03:10:04 PST

  FreeBSD src repository

  Modified files:
    sys/kern             kern_exit.c 
  Log:
  In wait1(), remove the zombie process from zombproc before removing
  it from its pgrp to avoid leaving zombies around with p_pgrp == NULL.
  This bug was apparent as a NULL-dereference in the pid selection code
  in fork1().
  
  Revision  Changes    Path
  1.201     +5 -5      src/sys/kern/kern_exit.c

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-src" in the body of the message




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