Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 May 2001 10:59:28 -0700 (PDT)
From:      Alfred Perlstein <alfred@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern sys_pipe.c
Message-ID:  <200105171759.f4HHxSK97740@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
alfred      2001/05/17 10:59:28 PDT

  Modified files:
    sys/kern             sys_pipe.c 
  Log:
  pipe_create has to zero out the select record earlier to avoid
  returning a half-initialized pipe and causing pipeclose() to follow
  a junk pointer.
  
  Discovered by: "Nick S" <snicko@noid.org>
  
  Revision  Changes    Path
  1.74      +2 -2      src/sys/kern/sys_pipe.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?200105171759.f4HHxSK97740>