commit fdb46d7054e6938cb562d02c63271d56443c36ee
Author: Matthew Dillon <[email protected]>
Date:   Thu Aug 15 21:16:12 2013 -0700

    kernel - Fix bug in SO_NOSIGPIPE when socket fp called from kernel thread
    
    * SO_NOSIGPIPE assumed that soo_write() was being called from a user
      process.  It can also be called from a kernel thread.
    
    * Fixes hammer2 kdmsg thread crashes.

Summary of changes:
 sys/kern/sys_socket.c | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/fdb46d7054e6938cb562d02c63271d56443c36ee


-- 
DragonFly BSD source repository

Reply via email to