NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/48725 CVS commit: src/sys/kern



The following reply was made to PR kern/48725; it has been noted by GNATS.

From: "Sean Boudreau" <seanb%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/48725 CVS commit: src/sys/kern
Date: Mon, 7 Apr 2014 15:35:23 +0000

 Module Name:   src
 Committed By:  seanb
 Date:          Mon Apr  7 15:35:23 UTC 2014
 
 Modified Files:
        src/sys/kern: uipc_syscalls.c
 
 Log Message:
 Fix a case where an erroneous EAGAIN was returned out of recvmmsg.
 This occured when some, but not all of the mmsg array members
 were filled with data from a non-blocking socket.
 PR kern/48725
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.165 -r1.166 src/sys/kern/uipc_syscalls.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index