NetBSD-Bugs archive

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

PR/49247 CVS commit: src/sys/kern



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

From: "Takahiro Kambe" <taca%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/49247 CVS commit: src/sys/kern
Date: Wed, 8 Oct 2014 16:13:03 +0000

 Module Name:	src
 Committed By:	taca
 Date:		Wed Oct  8 16:13:02 UTC 2014
 
 Modified Files:
 	src/sys/kern: uipc_usrreq.c
 
 Log Message:
 Make behavior of getsockname(2) (and maybe getpeername(2)) as the same as
 NetBSD 6.1_STABLE and other operating system (OS X 10.9.5).
 
 * sa_len of sockaddr_un strucrure is always set to sizeof(sun_path).
 * pathname stored in sun_path is alwasys '\0' terminated (except length
   of sun_path is sizeof(sun_path)?).
 
 Should be fix PR kern/49247, runtime problem of lmtp service of dovecot2 on
 NetBSD current and NetBSD 7.0_BETA.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.171 -r1.172 src/sys/kern/uipc_usrreq.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