commit 5bfe324ffa601ea719ca946155f5cfd40e13ca62
Author: Matthew Dillon <dil...@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/5bfe324ffa601ea719ca946155f5cfd40e13ca62


-- 
DragonFly BSD source repository

Reply via email to