Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 09 Apr 2015 16:54:16 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-testing@freebsd.org
Subject:   [Bug 199308] unix_passfd doesn't work
Message-ID:  <bug-199308-32464-iGtihCqSmL@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-199308-32464@https.bugs.freebsd.org/bugzilla/>
References:  <bug-199308-32464@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=199308

Garrett Cooper,425-314-3911 <ngie@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|freebsd-testing@freebsd.org |ngie@FreeBSD.org
         Resolution|---                         |FIXED
             Status|New                         |Closed

--- Comment #3 from Garrett Cooper,425-314-3911 <ngie@FreeBSD.org> ---
Fixed:

------------------------------------------------------------------------
r281314 | ngie | 2015-04-09 09:52:53 -0700 (Thu, 09 Apr 2015) | 18 lines

MFstable/10 r228371:

This missing MFC fixes PR 199308

r228371 (by jhb):

- Add a test for PR 151758.
- While here, make this compile and work on non-i386:
  - Use CMSG_SPACE(), CMSG_LEN(), and CMSG_FIRSTHDR() instead of ignoring
    padding between 'struct cmsghdr' and control message payloads.
  - Don't initialize the control message before calling recvmsg().
    Instead, check that we get a valid control message on return from
    recvmsg().
- Use errx() instead of err() for some errors that don't report failures
  that set errno.

Requested by:   kib (1)

------------------------------------------------------------------------

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-199308-32464-iGtihCqSmL>