Subject: CVS commit: [kqueue] syssrc/sys/kern
To: None <source-changes@netbsd.org>
From: Jaromir Dolecek <jdolecek@netbsd.org>
List: source-changes
Date: 09/21/2002 22:40:37
Module Name: syssrc
Committed By: jdolecek
Date: Sat Sep 21 19:40:36 UTC 2002
Modified Files:
syssrc/sys/kern [kqueue]: sys_pipe.c
Log Message:
filt_pipedetach(): for EVFILT_WRITE, need to detach the knote from the
peer's pipe_sel.si_note
this fixes kernel panic for EVFILT_WRITE when the write pipe descriptor
is closed before read or kqueue one
To generate a diff of this commit:
cvs rdiff -r1.5.2.8 -r1.5.2.9 syssrc/sys/kern/sys_pipe.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.