git: DragonFly_RELEASE_4_6 kernel - Fix bug in socket_wait() (used by samba)

Matthew Dillon dillon at crater.dragonflybsd.org
Thu Dec 1 12:53:13 PST 2016


commit 5bfe324ffa601ea719ca946155f5cfd40e13ca62
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/5bfe324ffa601ea719ca946155f5cfd40e13ca62


-- 
DragonFly BSD source repository



More information about the Commits mailing list