Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Jan 2016 22:26:23 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-testing@freebsd.org
Subject:   [Bug 206543] tools/regression/sockets/unix_cmsg:t_cmsg_len doesn't pass on 64-bit archs; likely passes on 32-bit archs by accident
Message-ID:  <bug-206543-32464-GilFRUSN4Y@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-206543-32464@https.bugs.freebsd.org/bugzilla/>
References:  <bug-206543-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=3D206543

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

Author: ngie
Date: Sat Jan 23 22:26:05 UTC 2016
New revision: 294643
URL: https://svnweb.freebsd.org/changeset/base/294643

Log:
  Don't run t_cmsg_len on 64-bit architectures; it always fails when
  trying to send through the sendit(9) KPI in the kernel due to a size
  mismatch between the msghdr and data being sent, that suspiciously
  seems like it's related to sizeof pointers instead of scalars, or
  something of that ilk

  PR: 206543
  Sponsored by: EMC / Isilon Storage Division

Changes:
  user/ngie/socket-tests/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-206543-32464-GilFRUSN4Y>