git: kernel - Fix bug in socket_wait() (used by samba)
Matthew Dillon
dillon at crater.dragonflybsd.org
Thu Dec 1 12:52:50 PST 2016
commit eba6849453ea5b93976ae071b1508475bac99a84
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date: Thu Dec 1 12:50:01 2016 -0800
kernel - Fix bug in socket_wait() (used by samba)
* socket_wait() was not properly initializing the temporary kqueue
structure, resulting in corruption that prevented the event from being
properly deleted.
* Fixes mount_smbfs panic.
Reported-by: dflyum
Summary of changes:
sys/kern/sys_generic.c | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/eba6849453ea5b93976ae071b1508475bac99a84
--
DragonFly BSD source repository
More information about the Commits
mailing list