git: kernel - Fix kqueue panic on signal event knote
Matthew Dillon
dillon at crater.dragonflybsd.org
Sun Aug 8 12:45:00 PDT 2010
commit 1b4783859be4c28d8fee66b0f750d816a2cdda48
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date: Sun Aug 8 12:43:04 2010 -0700
kernel - Fix kqueue panic on signal event knote
* sig_filtops filters on a process, not a file descriptor. Remove
the FILTEROP_ISFD flag.
This should fix a panic when the kqueue is closed while the signal
event is still active.
Reported-by: Jan Lentfer <Jan.Lentfer at web.de>
Summary of changes:
sys/kern/kern_sig.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/1b4783859be4c28d8fee66b0f750d816a2cdda48
--
DragonFly BSD source repository
More information about the Commits
mailing list