Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Jan 2016 22:49:28 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-net@FreeBSD.org
Subject:   [Bug 206544] sendit "KPI" (in reality sendmsg(2); maybe sendto(2)) will fail with EINVAL if mp->msg_control != NULL and mp->msg_controllen is < sizeof(struct cmsghdr); is not documented in send(2)
Message-ID:  <bug-206544-2472-7KAj5z4I6t@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-206544-2472@https.bugs.freebsd.org/bugzilla/>
References:  <bug-206544-2472@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=3D206544

--- Comment #1 from commit-hook@freebsd.org ---
A commit references this bug:

Author: ngie
Date: Sat Jan 23 22:49:14 UTC 2016
New revision: 294646
URL: https://svnweb.freebsd.org/changeset/base/294646

Log:
  Don't run the t_cmsg_len testcase on 64-bit architectures

  It always fails when trying to send through the sendit(9) private KPI in =
the
  kernel due to a size mismatch between the msghdr and data being sent [*],
which
  suspiciously seems like it's related to sizeof pointers instead of scalar=
s,
or
  something of that ilk

  MFC after: 1 week
  PR: 206543, 206544 [*]
  Sponsored by: EMC / Isilon Storage Division

Changes:
_U  head/
  head/tools/regression/sockets/unix_cmsg/unix_cmsg.c

--=20
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-206544-2472-7KAj5z4I6t>