Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Aug 2002 23:43:45 -0700 (PDT)
From:      "Tim J. Robbins" <tjr@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/bin/sh jobs.c
Message-ID:  <200208180643.g7I6hjjU036325@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
tjr         2002/08/17 23:43:45 PDT

  Modified files:
    bin/sh               jobs.c 
  Log:
  Avoid accessing the current job's process table in the child part of
  forkshell() after it has been freed. This caused mysterious behaviour
  when anything but the first command in a pipeline tried to access the
  terminal when the `junk' malloc() option was enabled (which is the default).
  
  Revision  Changes    Path
  1.56      +5 -3      src/bin/sh/jobs.c

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




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